emacs/init: Fix indentation
This commit is contained in:
parent
887438d81b
commit
54bf4091fd
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue