Skip to content
Snippets Groups Projects
Commit 7d90aa11 authored by Tim van Deurzen's avatar Tim van Deurzen
Browse files

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

parent 479f0d54
No related branches found
No related tags found
No related merge requests found
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment