housekeeping
This commit is contained in:
@@ -12,13 +12,13 @@ I need to test that I can remove this still.
|
||||
#+begin_src emacs-lisp
|
||||
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
||||
;; clients, file templates and snippets.
|
||||
(setq user-full-name "John Doe"
|
||||
user-mail-address "john@doe.com")
|
||||
(setq user-full-name "Ry"
|
||||
user-mail-address "ry@opal.sh")
|
||||
|
||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||
;; `load-theme' function. This is the default:
|
||||
(setq doom-theme 'modus-vivendi)
|
||||
(setq doom-theme 'modus-operandi)
|
||||
|
||||
;; If you use `org' and don't want your org files in the default location below,
|
||||
;; change `org-directory'. It must be set before org loads!
|
||||
@@ -69,7 +69,7 @@ I am using [[https://protesilaos.com/modus-themes/][Modus Themes]], by [[https:/
|
||||
(modus-themes-load-themes)
|
||||
:config
|
||||
|
||||
(modus-themes-load-vivendi) ;; OR (modus-themes-load-vivendi)
|
||||
(modus-themes-load-operandi) ;; OR (modus-themes-load-vivendi)
|
||||
:bind ("<f5>" . modus-themes-toggle))
|
||||
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user