Merge branch 'master' into layer/all

This commit is contained in:
Jonas Bernoulli
2020-08-17 18:45:49 +02:00
13 changed files with 16 additions and 14 deletions

View File

@@ -18,8 +18,10 @@
(setq inhibit-startup-echo-area-message "locutus") (setq inhibit-startup-echo-area-message "locutus")
(setq initial-buffer-choice t) (setq initial-buffer-choice t)
(setq initial-scratch-message "") (setq initial-scratch-message "")
(scroll-bar-mode 0) (when (fboundp 'scroll-bar-mode)
(tool-bar-mode 0) (scroll-bar-mode 0))
(when (fboundp 'tool-bar-mode)
(tool-bar-mode 0))
(menu-bar-mode 0)) (menu-bar-mode 0))
(progn ; `borg' (progn ; `borg'