Emacs: set speedbar to slowbar mode by default.

master
Pierre Neidhardt 2013-06-07 15:09:28 +02:00
parent 59a21c3b3c
commit 251110cc20
1 changed files with 6 additions and 0 deletions

View File

@ -260,3 +260,9 @@
(if (string-match "edit*" (buffer-name))
(auto-fill-mode -1))))
;; Speedbar options.
(add-hook
'speedbar-mode-hook
(lambda ()
(speedbar-toggle-updates)))