diff options
author | Alan Pearce | 2015-05-06 09:27:14 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-06 09:27:14 +0200 |
commit | e364a183f35cfe88d07b169f5cef08e4fbcfc0fb (patch) | |
tree | f191cb4f74c9d20c24b58534f457bc7c9b895cb7 | |
parent | e906e0210759b473a4aa097fbf749442f3f68f1c (diff) | |
download | dotfiles-e364a183f35cfe88d07b169f5cef08e4fbcfc0fb.tar.lz dotfiles-e364a183f35cfe88d07b169f5cef08e4fbcfc0fb.tar.zst dotfiles-e364a183f35cfe88d07b169f5cef08e4fbcfc0fb.zip |
Whitespace cleanup
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
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 |