emacs: emoji support

This commit is contained in:
Gabriel Ebner 2018-03-27 17:58:43 +02:00
parent bdb359b9fc
commit d5299d8f00
1 changed files with 4 additions and 2 deletions

View File

@ -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")