From 2d6e13bbbc3bc429627fac2b617b13d07709f598 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 13 Sep 2022 20:55:50 +0100 Subject: (Emacs)+all-the-icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows for insertion of emojis, though ~counsel-unicode-char~ allows you to do that too 🤔 --- Emacs/.config/emacs/config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 161e4cd..29f3a7b 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1312,6 +1312,17 @@ most repositories nowadays. rg-default-alias-fallback "all" rg-buffer-name "*ripgrep*")) #+end_src +** All the Icons +Nice set of icons with a great user interface to manage them. +#+begin_src emacs-lisp +(use-package all-the-icons + :straight t + :defer t + :commands (all-the-icons-insert) + :general + (leader + "ie" #'all-the-icons-insert)) + #+end_src * Applications ** Dashboard -- cgit v1.2.3-13-gbd6f