From e7b75d1d90d47c4ca94e31657118761207e0134a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 28 Jul 2021 19:10:50 +0100 Subject: (Emacs)+unicode-emoticons package Pretty self explanatory, useful in READMEs --- Emacs/.config/emacs/config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Emacs/.config') 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 -- cgit v1.2.3-13-gbd6f