(Emacs)+unicode-emoticons package

Pretty self explanatory, useful in READMEs
This commit is contained in:
2021-07-28 19:10:50 +01:00
parent 07a756e3d1
commit e7b75d1d90

View File

@@ -1131,6 +1131,16 @@ code it does make life a bit easier.
"gl" #'mwim-end "gl" #'mwim-end
"gh" #'mwim-beginning)) "gh" #'mwim-beginning))
#+end_src #+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 ** (Rip)grep
Grep is likely one of the most important programs ever invented; a Grep is likely one of the most important programs ever invented; a
must-have tool for any Linux users inventory. It is a searching must-have tool for any Linux users inventory. It is a searching