summaryrefslogtreecommitdiffstats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ca48f47..2b9594b 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -980,9 +980,9 @@ its major mode."
'(setq sauron-modules (append '(sauron-identica sauron-jabber)
sauron-modules)))
- (setq sauron-column-alist ; I don't need as much
- '((timestamp . 6) ; information as the default.
- (message)))
+(setq sauron-column-alist ; I don't need as much
+ '((timestamp . 6) ; information as the default.
+ (message)))
(setq sauron-hide-mode-line t)
(setq sauron-timestamp-format "%H:%M")