From cb96fbeff86f259cabefd4926a97d770e0201efd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2013 21:48:57 +0100 Subject: Emacs: remove call to moz-minor-mode --- emacs/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs/init.el') 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 -- cgit 1.4.1