summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-07-08 13:54:48 +0100
committerMatthew Lemon <y@yulqen.org>2024-07-08 13:54:48 +0100
commit311ebf6e8e252798dd3b09f4cf0e569153f8bd1b (patch)
treec8536dc60d5f5f8a208d1f435fd461dffbe87f29
parente39879eb57681dc16b48ea91584c82a6e59a0c8c (diff)
Cosmetic changes
- no menu - change theme
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index 21644a2..78acc40 100644
--- a/init.el
+++ b/init.el
@@ -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)