system changes

This commit is contained in:
jjanzen 2025-03-25 20:31:11 -05:00
parent a695a6546d
commit f8aa41384e
2 changed files with 10 additions and 5 deletions

View file

@ -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

View file

@ -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