Added emojis to my emacs installation

This commit is contained in:
Roger Gonzalez 2020-07-01 11:53:30 -03:00
parent df316ab18a
commit 027a19f0b0
2 changed files with 4 additions and 0 deletions

View File

@ -184,3 +184,6 @@
(file "~/org/templates/kafein-errors.txt"))
("ml" "Logbook entry for Massive" entry (file+datetree "logbook-work.org") "** %U - %^{Activity} :LOG:")
))))
;; Emojify mode
(add-hook 'after-init-hook #'global-emojify-mode)

View File

@ -54,3 +54,4 @@
(package! prettier-js)
(package! aggressive-indent)
(package! yaml-mode)
(package! emojify)