summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el12
-rw-r--r--nix/.config/nixpkgs/emacs.nix1
2 files changed, 1 insertions, 12 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
 
 
diff --git a/nix/.config/nixpkgs/emacs.nix b/nix/.config/nixpkgs/emacs.nix
index fe661b7..ad77ff5 100644
--- a/nix/.config/nixpkgs/emacs.nix
+++ b/nix/.config/nixpkgs/emacs.nix
@@ -67,7 +67,6 @@ in
     clj-refactor
     clojure-mode
     cmd-to-echo
-    coffee-mode
     command-log-mode
     company
     company-go