diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-13 20:55:50 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-14 00:45:42 +0100 |
commit | 2d6e13bbbc3bc429627fac2b617b13d07709f598 (patch) | |
tree | c93d29becee1861498aad7ac6ed1933cae1314e4 /Emacs/.config | |
parent | 9c48f081ee49b4fa14737ae98f624cb5dd498f51 (diff) | |
download | dotfiles-2d6e13bbbc3bc429627fac2b617b13d07709f598.tar.gz dotfiles-2d6e13bbbc3bc429627fac2b617b13d07709f598.tar.bz2 dotfiles-2d6e13bbbc3bc429627fac2b617b13d07709f598.zip |
(Emacs)+all-the-icons
Allows for insertion of emojis, though ~counsel-unicode-char~ allows
you to do that too 🤔
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/config.org | 11 |
1 files changed, 11 insertions, 0 deletions
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 |