summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-03-27 14:10:34 +0000
committerAlan Pearce2015-03-27 14:10:34 +0000
commit05c7485315107a70e4d7ad333f66954d08c5ceb8 (patch)
treecfb0b9ca2fd47ccdd9181dbfda45671b227449e4 /tag-emacs
parentfcc0e0ed5dfe88cb84a5c56d786a062f64b1d78f (diff)
downloaddotfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.tar.lz
dotfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.tar.zst
dotfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.zip
Emacs: Autoload global-smart-tab-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 355e6a0..37b110e 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -228,6 +228,7 @@
       completion-ignore-case t)
 
 (req-package smart-tab
+  :commands (global-smart-tab-mode)
   :init (global-smart-tab-mode)
   :config (progn
             (nconc smart-tab-completion-functions-alist '((php-mode . php-complete-function)))