Check for tool-bar-mode (fix 25.1 travis test)
This commit is contained in:
parent
760297f9fa
commit
ee1fc701b9
2 changed files with 4 additions and 2 deletions
|
@ -115,7 +115,8 @@ mode is detected.")
|
||||||
|
|
||||||
(tooltip-mode -1) ; relegate tooltips to echo area only
|
(tooltip-mode -1) ; relegate tooltips to echo area only
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(when (fboundp 'tool-bar-mode)
|
||||||
|
(tool-bar-mode -1))
|
||||||
(when (display-graphic-p)
|
(when (display-graphic-p)
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
;; buffer name in frame title
|
;; buffer name in frame title
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
;;; init.el
|
;;; init.el
|
||||||
|
|
||||||
(require 'core (concat user-emacs-directory "core/core"))
|
(require 'core (concat user-emacs-directory "core/core"))
|
||||||
(setq debug-on-error nil)
|
|
||||||
|
(setq-default debug-on-error nil)
|
||||||
|
|
||||||
(doom! :feature evil
|
(doom! :feature evil
|
||||||
:private hlissner)
|
:private hlissner)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue