diff options
author | Alan Pearce | 2015-08-28 14:32:06 +0200 |
---|---|---|
committer | Alan Pearce | 2015-08-28 14:32:06 +0200 |
commit | 5c3bbde2d1bed275bb1687198e712838bb9cddd7 (patch) | |
tree | cbd3f44e1bfd475c56b1de0e472af7133306c784 /tag-emacs/emacs.d | |
parent | 86ff9bac8178ab3adaf7c94676b00e69c2d39d5a (diff) | |
download | dotfiles-5c3bbde2d1bed275bb1687198e712838bb9cddd7.tar.lz dotfiles-5c3bbde2d1bed275bb1687198e712838bb9cddd7.tar.zst dotfiles-5c3bbde2d1bed275bb1687198e712838bb9cddd7.zip |
Emacs: Remove extra message call
Diffstat (limited to 'tag-emacs/emacs.d')
-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 291c802..96c3531 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -635,7 +635,6 @@ guesses the correct settings for me. :init (dtrt-indent-mode 1) :config (progn (defadvice dtrt-indent-try-set-offset (after toggle-smart-tabs activate) - (message "setting smart-tabs-mode") (smart-tabs-mode (or indent-tabs-mode -1))))) #+END_SRC |