summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el12
1 files changed, 1 insertions, 11 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index ef66d64..78e4919 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -2274,15 +2274,6 @@
             (add-hook 'js2-mode-hook #'indium-interaction-mode)))
 ;; #+END_SRC
 
-;; **** coffee-mode
-
-;; #+BEGIN_SRC emacs-lisp
-(use-package coffee-mode
-  :mode ("\\.coffee\\'" . coffee-mode)
-  :config (progn
-            (setq coffee-indent-like-python-mode t)))
-;; #+END_SRC
-
 ;; **** tern
 
 ;; Tern understands javascript.  It adds really clever documented
@@ -2775,8 +2766,7 @@
             (smartparens-global-strict-mode t)
             (define-hook-helper lisp-mode-common ()
               (smartparens-strict-mode -1)
-              (smartparens-mode -1))
-            (add-hook 'coffee-mode-hook #'turn-off-smartparens-mode)))
+              (smartparens-mode -1))))
 ;; #+END_SRC