diff --git a/spacemacs b/spacemacs index 91c2c11..b945f5e 100644 --- a/spacemacs +++ b/spacemacs @@ -61,7 +61,7 @@ values." finance ;; (mu4e :variables mu4e-installation-path "/var/run/current-system/sw/share/emacs/site-lisp/mu4e") racket - parinfer + ;; parinfer ) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these @@ -146,7 +146,7 @@ values." ;; Default font, or prioritized list of fonts. `powerline-scale' allows to ;; quickly tweak the mode-line size to make separators look not too crappy. dotspacemacs-default-font '("Source Code Pro" - ;"Monospace" + ;; "Monospace" ;; :size 14 :weight normal :width normal @@ -324,6 +324,8 @@ This is the place where most of your configurations should be done. Unless it is explicitly specified that a variable should be set before a package is loaded, you should place your code here." + (set-fontset-font t 'unicode "Noto Emoji" nil 'prepend) + ;; (setq mu4e-mu-binary "/var/run/current-system/sw/bin/mu") (setq user-full-name "Gabriel Ebner" user-mail-address "gebner@gebner.org")