Restore emoji to their rightful place
This commit is contained in:
parent
eb5399f8a4
commit
ddf1ea389e
1 changed files with 2 additions and 1 deletions
|
@ -813,7 +813,8 @@ Support for various types of emoge.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package emojify
|
(use-package emojify
|
||||||
:hook
|
:hook
|
||||||
(text-mode . emojify-mode))
|
(text-mode . emojify-mode)
|
||||||
|
(org-agenda-mode . emojify-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** =hl-line=
|
*** =hl-line=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue