Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Sveningsson
dotfiles
Commits
76adead8
Commit
76adead8
authored
Nov 06, 2019
by
David Sveningsson
Browse files
emacs: tool-bar-mode might not be defined, yet
parent
0cc8afb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
global/emacs.d/init.org
View file @
76adead8
...
...
@@ -16,7 +16,8 @@
; disable menubar/toolbar by default (as early as possible or they pop
; up for a short while while loading cruft)
(menu-bar-mode -1)
(tool-bar-mode -1)
(if (fboundp 'tool-bar-mode)
(tool-bar-mode -1))
(if (fboundp 'toggle-scroll-bar)
(toggle-scroll-bar -1))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment