Emacs config fixes

This commit is contained in:
2025-06-13 16:16:09 -04:00
parent bb55528d60
commit b6416eecc7
2 changed files with 8 additions and 4 deletions

View File

@@ -21,9 +21,11 @@
(add-to-list 'find-file-not-found-functions #'er-auto-create-missing-dirs)
(when (display-graphic-p)
(tool-bar-mode -1)
(scroll-bar-mode -1))
;; no bars
(add-hook 'window-setup-hook (lambda ()
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)))
;; set repos and bootstrap use-package
;; (require 'package)