Don't try to disable tool-bar mode when it wouldn't exist
This commit is contained in:
parent
10bf5cdb0c
commit
529445c0b9
@ -18,7 +18,8 @@
|
|||||||
(savehist-mode 1)
|
(savehist-mode 1)
|
||||||
(show-paren-mode 1)
|
(show-paren-mode 1)
|
||||||
(column-number-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
|
;;;; not sure where to put this
|
||||||
(defun open-thunar-in-current-directory ()
|
(defun open-thunar-in-current-directory ()
|
||||||
|
Loading…
Reference in New Issue
Block a user