From e364a183f35cfe88d07b169f5cef08e4fbcfc0fb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 6 May 2015 09:27:14 +0200 Subject: Whitespace cleanup --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 50ee6a1c..802ec12c 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1386,7 +1386,7 @@ symbol, not word, as I need this for programming the most." :mode ("\\.js\\'" . js2-mode) :config (progn (defun ap/javascript-setup () - (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