Some working configuration

This commit is contained in:
2025-09-28 22:28:43 +02:00
parent 9fa0bd3320
commit f304d92cb5
7 changed files with 131 additions and 0 deletions

13
lisp/options.el Normal file
View File

@@ -0,0 +1,13 @@
;; Set all common options here
(custom-set-variables
'(custom-enabled-themes '(leuven-dark))
'(package-selected-packages nil))
(setq inhibit-startup-message t)
(scroll-bar-mode -1)
;; Disable just the white menu bar
(menu-bar-mode -1)
(provide 'options)