From 5c3bbde2d1bed275bb1687198e712838bb9cddd7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 28 Aug 2015 14:32:06 +0200 Subject: Emacs: Remove extra message call --- tag-emacs/emacs.d/init.org | 1 - 1 file changed, 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 291c802a..96c35312 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 -- cgit 1.4.1