summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
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