summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-08-24 10:53:16 +0200
committerGravatar Tom Willemsen2012-08-24 10:53:16 +0200
commit54bf4091fde9efc3b816440f3d586a5ba72b6add (patch)
treefd760c8a5ac01d205495e2616b6e762a901eec2c /emacs
parent887438d81bed7e151e04df156fe938447a002f20 (diff)
downloaddotfiles-54bf4091fde9efc3b816440f3d586a5ba72b6add.tar.gz
dotfiles-54bf4091fde9efc3b816440f3d586a5ba72b6add.zip
emacs/init: Fix indentation
Diffstat (limited to 'emacs')
-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")