summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-08 21:48:57 +0100
committerAlan Pearce2013-10-08 21:48:57 +0100
commitcb96fbeff86f259cabefd4926a97d770e0201efd (patch)
tree257a215b3d2d2a40010af1eb18674f92a8fdd4b3 /emacs
parent27aefd3262ab94a65b1dbaf093ee57e7153eeb57 (diff)
downloaddotfiles-cb96fbeff86f259cabefd4926a97d770e0201efd.tar.lz
dotfiles-cb96fbeff86f259cabefd4926a97d770e0201efd.tar.zst
dotfiles-cb96fbeff86f259cabefd4926a97d770e0201efd.zip
Emacs: remove call to moz-minor-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index f2d8f90..60a35fd 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1088,9 +1088,7 @@ Also returns nil if pid is nil."
   :mode ("\\.js\\'" . js2-mode)
   :config (progn
             (defun ap/javascript-setup ()
-			  (if (featurep 'moz)
-				  (moz-minor-mode))
-              (autopair-mode -1)
+			   (autopair-mode -1)
               (auto-indent-mode -1))
             (add-hook 'js2-mode-hook #'ap/javascript-setup)
             (setq js2-basic-offset 4