From 0e9598b8be9d5100a3559cf81de1b1ad3a64ae6c Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Sun, 23 Apr 2023 22:31:41 -0700 Subject: [PATCH] emacs font and theme changes --- emacs/.doom.d/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index e85dcb3..cb6b3ef 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -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'.