diff options
author | Alan Pearce | 2015-10-30 15:05:37 +0100 |
---|---|---|
committer | Alan Pearce | 2015-10-30 15:05:37 +0100 |
commit | 1bcd96beb5ee6656552c25318eac6b612bfd31ae (patch) | |
tree | e3bca24df8be7adaf5a1196a8fdd1370512923e4 /tag-emacs | |
parent | 2221a56ad4b2b61abeba346454779c8456930380 (diff) | |
download | dotfiles-1bcd96beb5ee6656552c25318eac6b612bfd31ae.tar.lz dotfiles-1bcd96beb5ee6656552c25318eac6b612bfd31ae.tar.zst dotfiles-1bcd96beb5ee6656552c25318eac6b612bfd31ae.zip |
Emacs: Remove call to uninstalled package
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 3e16c80..981e914 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1947,7 +1947,6 @@ it though :mode ("\\.js\\'" . js2-mode) :config (progn (defun ap/javascript-setup () - (autopair-mode -1) (auto-indent-mode -1)) (defun ap/js2-prev-error () (interactive) |