emacs: emoji support
This commit is contained in:
parent
bdb359b9fc
commit
d5299d8f00
@ -61,7 +61,7 @@ values."
|
|||||||
finance
|
finance
|
||||||
;; (mu4e :variables mu4e-installation-path "/var/run/current-system/sw/share/emacs/site-lisp/mu4e")
|
;; (mu4e :variables mu4e-installation-path "/var/run/current-system/sw/share/emacs/site-lisp/mu4e")
|
||||||
racket
|
racket
|
||||||
parinfer
|
;; parinfer
|
||||||
)
|
)
|
||||||
;; List of additional packages that will be installed without being
|
;; List of additional packages that will be installed without being
|
||||||
;; wrapped in a layer. If you need some configuration for these
|
;; 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
|
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
|
||||||
;; quickly tweak the mode-line size to make separators look not too crappy.
|
;; quickly tweak the mode-line size to make separators look not too crappy.
|
||||||
dotspacemacs-default-font '("Source Code Pro"
|
dotspacemacs-default-font '("Source Code Pro"
|
||||||
;"Monospace"
|
;; "Monospace"
|
||||||
;; :size 14
|
;; :size 14
|
||||||
:weight normal
|
:weight normal
|
||||||
:width 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,
|
explicitly specified that a variable should be set before a package is loaded,
|
||||||
you should place your code here."
|
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 mu4e-mu-binary "/var/run/current-system/sw/bin/mu")
|
||||||
(setq user-full-name "Gabriel Ebner"
|
(setq user-full-name "Gabriel Ebner"
|
||||||
user-mail-address "gebner@gebner.org")
|
user-mail-address "gebner@gebner.org")
|
||||||
|
Loading…
Reference in New Issue
Block a user