mirror of
https://github.com/Ascyii/emacs.git
synced 2025-12-31 21:54:25 -05:00
14 lines
260 B
EmacsLisp
14 lines
260 B
EmacsLisp
;; 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)
|