(Emacs)~changed theme back to personal

Don't even remember when I changed theme but it's gone back to
personal (my custom theme).  I changed a few things for the theme as
well, just a few colours.
This commit is contained in:
2021-07-27 01:34:31 +01:00
parent 9b2ef288e4
commit a2456828b1
3 changed files with 10 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ Load my custom "personal-theme" theme (look at [[file:personal-theme.el][this fi
:init
(setq custom-theme-directory (concat user-emacs-directory "elisp/"))
:config
(load-theme 'monokai t))
(load-theme 'personal t))
#+end_src
Set font size to 125 if no monitor is plugged in.