housekeeping

This commit is contained in:
ry
2021-10-25 16:04:37 -07:00
parent 8e2964a63e
commit 089191d672
5 changed files with 21 additions and 53 deletions
+4 -4
View File
@@ -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