From d5299d8f005dc7cde12cfc5e2538a3c0444cd114 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 27 Mar 2018 17:58:43 +0200 Subject: [PATCH] emacs: emoji support --- spacemacs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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")