Disable missing font

This commit is contained in:
James Grogan 2025-03-02 18:40:27 +00:00
parent c683f9aee4
commit 189ede1949

View file

@ -10,7 +10,7 @@
(add-to-list 'load-path '"~/.dotfiles/emacs/.emacs.d/modules")
;; Slightly nicer theme
(set-face-attribute 'default nil :font "Menlo" :height 130)
;; (set-face-attribute 'default nil :font "Menlo" :height 130)
(advice-add 'risky-local-variable-p :override #'ignore)