Emacs: Remove speedbar config

master
Pierre Neidhardt 2016-09-23 18:55:56 +05:30
parent 3438e49afa
commit deb477658d
1 changed files with 0 additions and 6 deletions

View File

@ -236,12 +236,6 @@
(if (string-match (concat (getenv "BROWSER") "-editor-*") (buffer-name))
(auto-fill-mode -1))))
;; Speedbar options.
(add-hook
'speedbar-mode-hook
(lambda ()
(speedbar-toggle-updates)))
;; Compilation bindings and conveniences.
(require 'functions) ; for `compile-custom'
(setq compilation-ask-about-save nil)