summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-07-12 08:28:44 +0100
committerMatthew Lemon <y@yulqen.org>2024-07-12 08:28:44 +0100
commitdc8318e04b01253cdfdfba3cbfb7a246cc9bf8bf (patch)
tree4b6f88c01a5ef091db271afb663d219fe94fab42
parent4e10afa40e234e9ef2829b0d18b66a3211addce9 (diff)
parentc1e2f11a01a75e87fd96c73eb7de678a4972cdbb (diff)
Merge branch 'master' of git.sr.ht:~yulqen/emacs
-rw-r--r--init.el104
1 files changed, 52 insertions, 52 deletions
diff --git a/init.el b/init.el
index 4aa6521..3d90825 100644
--- a/init.el
+++ b/init.el
@@ -260,8 +260,8 @@ Restart works only on graphic display."
;; :height 140)
;; themes by prot
-(use-package ef-themes
- :ensure t)
+;; (use-package ef-themes
+;; :ensure t)
(use-package modus-themes
:ensure t)
@@ -271,7 +271,7 @@ Restart works only on graphic display."
:ensure t)
;; themen
-(load-theme 'ef-elea-dark t)
+;; (load-theme 'ef-elea-dark t)
;; (load-theme 'gruber-darker t)
@@ -356,55 +356,55 @@ Restart works only on graphic display."
(setq coding-system-for-write 'utf-8)
;; PACKAGES
-;; (use-package ef-themes
-;; :init
-;; ;; Make customisations that affect Emacs faces BEFORE loading a theme
-;; ;; (any change needs a theme re-load to take effect).
-
-;; ;; If you like two specific themes and want to switch between them, you
-;; ;; can specify them in `ef-themes-to-toggle' and then invoke the command
-;; ;; `ef-themes-toggle'. All the themes are included in the variable
-;; ;; `ef-themes-collection'.
-;; (setq ef-themes-to-toggle '(ef-summer ef-winter))
-
-;; (setq ef-themes-headings ; read the manual's entry or the doc string
-;; '((0 . (variable-pitch light 1.9))
-;; (1 . (variable-pitch light 1.1))
-;; (2 . (variable-pitch regular 1.0))
-;; (3 . (variable-pitch regular 1.0))
-;; (4 . (variable-pitch regular 1.0))
-;; (5 . (variable-pitch 1.0)) ; absence of weight means `bold'
-;; (6 . (variable-pitch 1.0))
-;; (7 . (variable-pitch 1.0))
-;; (t . (variable-pitch 1.0))))
-
-;; ;; They are nil by default...
-;; (setq ef-themes-mixed-fonts nil
-;; ef-themes-variable-pitch-ui nil)
-
-;; ;; Read the doc string or manual for this one. The symbols can be
-;; ;; combined in any order.
-;; (setq ef-themes-region '(intense no-extend neutral))
-
-;; ;; Disable all other themes to avoid awkward blending:
-;; (mapc #'disable-theme custom-enabled-themes)
-
-;; ;; Load the theme of choice:
-;; ;;(load-theme 'ef-deuteranopia-dark :no-confirm)
-;; ;; OR use this to load the theme which also calls `ef-themes-post-load-hook':
-;; ;;(ef-themes-select 'ef-summer)
-
-;; ;; The themes we provide are recorded in the `ef-themes-dark-themes',
-;; ;; `ef-themes-light-themes'.
-
-;; ;; We also provide these commands, but do not assign them to any key:
-;; ;;
-;; ;; - `ef-themes-toggle'
-;; ;; - `ef-themes-select'
-;; ;; - `ef-themes-load-random'
-;; ;; - `ef-themes-preview-colors'
-;; ;; - `ef-themes-preview-colors-current'
-;; )
+(use-package ef-themes
+ :init
+ ;; Make customisations that affect Emacs faces BEFORE loading a theme
+ ;; (any change needs a theme re-load to take effect).
+
+ ;; If you like two specific themes and want to switch between them, you
+ ;; can specify them in `ef-themes-to-toggle' and then invoke the command
+ ;; `ef-themes-toggle'. All the themes are included in the variable
+ ;; `ef-themes-collection'.
+ (setq ef-themes-to-toggle '(ef-summer ef-winter))
+
+ (setq ef-themes-headings ; read the manual's entry or the doc string
+ '((0 . (variable-pitch light 1.9))
+ (1 . (variable-pitch light 1.1))
+ (2 . (variable-pitch regular 1.0))
+ (3 . (variable-pitch regular 1.0))
+ (4 . (variable-pitch regular 1.0))
+ (5 . (variable-pitch 1.0)) ; absence of weight means `bold'
+ (6 . (variable-pitch 1.0))
+ (7 . (variable-pitch 1.0))
+ (t . (variable-pitch 1.0))))
+
+ ;; They are nil by default...
+ (setq ef-themes-mixed-fonts nil
+ ef-themes-variable-pitch-ui nil)
+
+ ;; Read the doc string or manual for this one. The symbols can be
+ ;; combined in any order.
+ (setq ef-themes-region '(intense no-extend neutral))
+
+ ;; Disable all other themes to avoid awkward blending:
+ (mapc #'disable-theme custom-enabled-themes)
+
+ ;; Load the theme of choice:
+ (load-theme 'ef-deuteranopia-dark :no-confirm)
+ ;; OR use this to load the theme which also calls `ef-themes-post-load-hook':
+ ;;(ef-themes-select 'ef-deuteranopia-dark)
+
+ ;; The themes we provide are recorded in the `ef-themes-dark-themes',
+ ;; `ef-themes-light-themes'.
+
+ ;; We also provide these commands, but do not assign them to any key:
+ ;;
+ ;; - `ef-themes-toggle'
+ ;; - `ef-themes-select'
+ ;; - `ef-themes-load-random'
+ ;; - `ef-themes-preview-colors'
+ ;; - `ef-themes-preview-colors-current'
+ )
(use-package consult-notes
:ensure t