From 9a1e539df2bafab894bde33c39feee8c5ac4cb59 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Aug 2017 16:37:06 +0200 Subject: Emacs: Remove coffee mode Unused --- emacs/.emacs.d/init.el | 12 +----------- nix/.config/nixpkgs/emacs.nix | 1 - 2 files changed, 1 insertion(+), 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 -- cgit 1.4.1