diff options
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index f2d8f90b..60a35fd9 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 |