Don't try to disable tool-bar mode when it wouldn't exist

This commit is contained in:
Adam Goldsmith 2018-01-16 00:57:34 +00:00
parent 10bf5cdb0c
commit 529445c0b9
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
(savehist-mode 1)
(show-paren-mode 1)
(column-number-mode 1)
(tool-bar-mode -1)
(when (fboundp 'tool-bar-mode)
(tool-bar-mode -1))
;;;; not sure where to put this
(defun open-thunar-in-current-directory ()