summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-08-04 16:37:06 +0200
committerAlan Pearce2017-08-04 16:37:06 +0200
commit9a1e539df2bafab894bde33c39feee8c5ac4cb59 (patch)
tree4d8a4fb56b86e61c78b3378b1e1c559ea9072245
parentcd060d4e5ecd0f53e14d698e8a76f28d2415a20c (diff)
downloaddotfiles-9a1e539df2bafab894bde33c39feee8c5ac4cb59.tar.lz
dotfiles-9a1e539df2bafab894bde33c39feee8c5ac4cb59.tar.zst
dotfiles-9a1e539df2bafab894bde33c39feee8c5ac4cb59.zip
Emacs: Remove coffee mode
Unused
-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