diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-08 13:54:48 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-08 13:54:48 +0100 |
commit | 311ebf6e8e252798dd3b09f4cf0e569153f8bd1b (patch) | |
tree | c8536dc60d5f5f8a208d1f435fd461dffbe87f29 | |
parent | e39879eb57681dc16b48ea91584c82a6e59a0c8c (diff) |
Cosmetic changes
- no menu
- change theme
-rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,8 +40,8 @@ ((lambda (x) (concat (substring x 0 3) ":" (substring x 3 5))) (format-time-string "%z"))))) -;; theme -;;(load-theme 'deeper-blue t) +;; themen +(load-theme 'ef-elea-dark t) ;; (load-theme 'gruber-darker t) ;; (set-background-color "black") @@ -150,7 +150,7 @@ Restart works only on graphic display." (setq hightlight-nonselected-windows nil) (setq fast-but-imprecise-scrolling t) (setq inhibit-compacting-font-caches t) -(menu-bar-mode 1) +(menu-bar-mode 0) (add-hook 'org-mode-hook 'visual-line-mode) |