author | Alan Dipert
<alan@dipert.org> 2024-03-30 21:55:40 UTC |
committer | Alan Dipert
<alan@dipert.org> 2024-03-30 21:55:40 UTC |
parent | f9909b97c04ca062dfc9a16d20afa250ec8c0717 |
init.el | +2 | -1 |
diff --git a/init.el b/init.el index 8cf5081..5654ea7 100644 --- a/init.el +++ b/init.el @@ -35,7 +35,7 @@ (js-indent-level 2) (linum-format "%d ") (lisp-indent-offset t) - (menu-bar-mode nil) + (menu-bar-mode t) (sh-basic-offset 2) (tab-always-indent 'complete) (tab-width 2) @@ -132,6 +132,7 @@ (wgrep-auto-save-buffer t)) (use-package color-theme-sanityinc-tomorrow + :disabled t :config (load-theme 'sanityinc-tomorrow-blue t) (set-face-background 'region "white")