emacs font and theme changes

This commit is contained in:
Andrew Davidson 2023-04-23 22:31:41 -07:00
parent 39b2b27ef1
commit 0e9598b8be
Signed by: amd
GPG key ID: F1199FC0A76BB402

View file

@ -22,7 +22,7 @@
;; accept. For example:
;;
(setq doom-font (font-spec :family "Hack" :size 12)
doom-variable-pitch-font (font-spec :family "Arial" :size 12))
doom-variable-pitch-font (font-spec :family "Liberation Sans" :size 12))
;;
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
@ -32,7 +32,7 @@
;; 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 'doom-dracula)
(setq doom-theme 'doom-nord)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.