diff options
author | Alan Pearce | 2013-10-08 21:48:57 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-08 21:48:57 +0100 |
commit | cb96fbeff86f259cabefd4926a97d770e0201efd (patch) | |
tree | 257a215b3d2d2a40010af1eb18674f92a8fdd4b3 | |
parent | 27aefd3262ab94a65b1dbaf093ee57e7153eeb57 (diff) | |
download | nixfiles-cb96fbeff86f259cabefd4926a97d770e0201efd.tar.lz nixfiles-cb96fbeff86f259cabefd4926a97d770e0201efd.tar.zst nixfiles-cb96fbeff86f259cabefd4926a97d770e0201efd.zip |
Emacs: remove call to moz-minor-mode
-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 |