Edit emacs config

This commit is contained in:
2025-06-13 15:23:08 -04:00
parent 963e2b1294
commit 796808a38a
2 changed files with 10 additions and 7 deletions

View File

@@ -49,11 +49,10 @@
;; prevent resizing of the frame
(setq frame-inhibit-implied-resize t)
;; no bars when graphical
(when (display-graphic-p)
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1))
;; no bars
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
;; no startup screen
(setq inhibit-startup-screen t)