all repos — nixfiles @ 693a2104ef68de2146d074fc47691c4ffdb8dd38

System and user configuration, managed by nix and home-manager

Emacs: fix bad diff again

Alan Pearce
commit

693a2104ef68de2146d074fc47691c4ffdb8dd38

parent

333dd7930ef9e79fd76e8b6ec9157b9d0c5bd52d

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -1017,10 +1017,10 @@ :ensure t
:mode ("\\.js\\'" . js2-mode) :config (progn (defun ap/javascript-setup () - (if (featurep 'moz) - (if (featurep 'skewer-mode) + (if (featurep 'moz) + (moz-minor-mode)) + (if (featurep 'skewer-mode) (skewer-mode +1)) - (moz-minor-mode t)) (autopair-mode -1) (auto-indent-mode -1)) (add-hook 'js2-mode-hook #'ap/javascript-setup)