Add more optimizations and better defaults

This commit is contained in:
James Cherti
2024-06-20 15:48:28 -04:00
parent 3a45ceb991
commit 8c0b003d2d
2 changed files with 1 additions and 3 deletions

View File

@@ -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)

View File

@@ -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)