diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-28 19:10:50 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-28 19:10:50 +0100 |
commit | e7b75d1d90d47c4ca94e31657118761207e0134a (patch) | |
tree | 8bf0adec515dc8fbc984e87798b1542b2b6a8c80 /Emacs/.config/emacs | |
parent | 07a756e3d1f5f28d2765acb81800af14d0442812 (diff) | |
download | dotfiles-e7b75d1d90d47c4ca94e31657118761207e0134a.tar.gz dotfiles-e7b75d1d90d47c4ca94e31657118761207e0134a.tar.bz2 dotfiles-e7b75d1d90d47c4ca94e31657118761207e0134a.zip |
(Emacs)+unicode-emoticons package
Pretty self explanatory, useful in READMEs
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index b282bd5..e64d9a2 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1131,6 +1131,16 @@ code it does make life a bit easier. "gl" #'mwim-end "gh" #'mwim-beginning)) #+end_src +** unicode-emoticons +If I want some cool emoticons to seem hip on my README, I'll use this. +#+begin_src emacs-lisp +(use-package unicode-emoticons + :straight t + :defer t + :general + (leader + "te" #'unicode-emoticons-mode)) +#+end_src ** (Rip)grep Grep is likely one of the most important programs ever invented; a must-have tool for any Linux users inventory. It is a searching |