diff options
author | Alan Pearce | 2015-03-27 14:10:34 +0000 |
---|---|---|
committer | Alan Pearce | 2015-03-27 14:10:34 +0000 |
commit | 05c7485315107a70e4d7ad333f66954d08c5ceb8 (patch) | |
tree | cfb0b9ca2fd47ccdd9181dbfda45671b227449e4 /tag-emacs | |
parent | fcc0e0ed5dfe88cb84a5c56d786a062f64b1d78f (diff) | |
download | nixfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.tar.lz nixfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.tar.zst nixfiles-05c7485315107a70e4d7ad333f66954d08c5ceb8.zip |
Emacs: Autoload global-smart-tab-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
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))) |