From 5e26be2b87c480b2f76ce6e95a400024c319ef09 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Aug 2016 17:43:40 -0400 Subject: Fix speedbar bug --- emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index ece63e5..663c2b4 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -86,7 +86,7 @@ '(scroll-conservatively 5) '(send-mail-function (quote sendmail-send-it)) '(show-paren-mode t) - '(speedbar-use-images f) + '(speedbar-use-images nil) '(split-window-preferred-function (quote split-window-horizontally)) '(tool-bar-mode nil) '(version-control t)) -- cgit v1.2.1