Commit 7d90aa11 authored by Tim van Deurzen's avatar Tim van Deurzen

Update emacs to use the correct folders and the Nerdfont Consolas.

parent 479f0d54
(setq user-emacs-directory "~/.dotfiles/emacs/")
(setq user-emacs-directory "~/.config/emacs/")
(customize-set-value 'custom-theme-directory user-emacs-directory)
(setq warning-levels
......@@ -58,10 +58,10 @@
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)
(set-face-attribute 'default nil :font "consolas" :height 115)
(set-face-attribute 'default nil :font "Consolas NF" :height 95)
;; Set the fixed pitch face
(set-face-attribute 'fixed-pitch nil :font "consolas" :height 115)
(set-face-attribute 'fixed-pitch nil :font "Consolas NF" :height 95)
(use-package general
:straight t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment