summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2015-03-27 14:10:34 +0000
committerAlan Pearce2015-03-27 14:10:34 +0000
commit05c7485315107a70e4d7ad333f66954d08c5ceb8 (patch)
treecfb0b9ca2fd47ccdd9181dbfda45671b227449e4
parentfcc0e0ed5dfe88cb84a5c56d786a062f64b1d78f (diff)
downloadnixfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.tar.lz
nixfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.tar.zst
nixfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.zip
Emacs: Autoload global-smart-tab-mode
-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 355e6a01..37b110e2 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)))