diff --git a/common/.config/emacs/early-init.el.org b/common/.config/emacs/early-init.el.org index 4a4d7d5..588ed3b 100644 --- a/common/.config/emacs/early-init.el.org +++ b/common/.config/emacs/early-init.el.org @@ -43,8 +43,3 @@ Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Mod `(variable-pitch ((t :font ,jj/var-font))) `(fixed-pitch ((t :font ,jj/mono-font)))) #+end_src - -Default to =modus-operandi= theme for a highly legible light theme. -#+begin_src emacs-lisp - (load-theme 'modus-operandi) -#+end_src diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index ca5efc7..e91e2c0 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -65,6 +65,16 @@ Display the current time in the mode line. (display-time-mode) #+end_src +** Theme + +#+begin_src emacs-lisp + (use-package auto-dark + :custom + (auto-dark-themes '((modus-vivendi) (modus-operandi))) + :init + (auto-dark-mode)) +#+end_src + ** Colours! =dired= needs more colour in my opinion. :3