summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-05-06 09:27:14 +0200
committerAlan Pearce2015-05-06 09:27:14 +0200
commite364a183f35cfe88d07b169f5cef08e4fbcfc0fb (patch)
treef191cb4f74c9d20c24b58534f457bc7c9b895cb7 /tag-emacs
parente906e0210759b473a4aa097fbf749442f3f68f1c (diff)
downloaddotfiles-e364a183f35cfe88d07b169f5cef08e4fbcfc0fb.tar.lz
dotfiles-e364a183f35cfe88d07b169f5cef08e4fbcfc0fb.tar.zst
dotfiles-e364a183f35cfe88d07b169f5cef08e4fbcfc0fb.zip
Whitespace cleanup
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 50ee6a1..802ec12 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