Add more optimizations and better defaults
This commit is contained in:
@@ -154,6 +154,7 @@
|
|||||||
(push '(menu-bar-lines . 0) default-frame-alist)
|
(push '(menu-bar-lines . 0) default-frame-alist)
|
||||||
(push '(tool-bar-lines . 0) default-frame-alist)
|
(push '(tool-bar-lines . 0) default-frame-alist)
|
||||||
(push '(vertical-scroll-bars) default-frame-alist)
|
(push '(vertical-scroll-bars) default-frame-alist)
|
||||||
|
(push '(horizontal-scroll-bars) default-frame-alist)
|
||||||
(setq menu-bar-mode nil
|
(setq menu-bar-mode nil
|
||||||
tool-bar-mode nil
|
tool-bar-mode nil
|
||||||
scroll-bar-mode nil)
|
scroll-bar-mode nil)
|
||||||
|
|||||||
3
init.el
3
init.el
@@ -135,9 +135,6 @@
|
|||||||
|
|
||||||
;;; Minimal UI
|
;;; Minimal UI
|
||||||
|
|
||||||
;; Show feedback after typing
|
|
||||||
(setq echo-keystrokes 0.02)
|
|
||||||
|
|
||||||
;; Disable GUIs because theyr are inconsistent across systems, desktop
|
;; Disable GUIs because theyr are inconsistent across systems, desktop
|
||||||
;; environments, and themes, and they don't match the look of Emacs.
|
;; environments, and themes, and they don't match the look of Emacs.
|
||||||
(setq use-file-dialog nil)
|
(setq use-file-dialog nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user