summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 68b3f43..1bf4a52 100644
--- a/.emacs
+++ b/.emacs
@@ -291,7 +291,7 @@
(setq default-justification 'full))
;; Font stuff (🤷 🤦)
-(set-fontset-font "fontset-default" nil (font-spec :name "Symbola") nil 'append)
+(set-fontset-font t nil "Symbola")
(defun my/project-root ()
(when-let ((project (project-current)))