summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-04-27 08:39:37 -0400
committermattkae <mattkae@protonmail.com>2023-04-27 08:39:37 -0400
commit5de53ecf17b1d14d4862e63427717a27aac5dafe (patch)
tree6594ee289899593b175842ecb5debccc8594c1bb /lisp
parent2457625b5afe393dceca3db6214174418702dc66 (diff)
Including all the icons
Diffstat (limited to 'lisp')
-rw-r--r--lisp/general.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/general.el b/lisp/general.el
index 385c68e..a87584b 100644
--- a/lisp/general.el
+++ b/lisp/general.el
@@ -174,6 +174,11 @@
(setq emojify-emoji-styles '(unicode))
(bind-key* (kbd "C-c e") #'emojify-insert-emoji)) ; override binding in any mode
+;; icons
+(use-package all-the-icons
+ :ensure t
+ :if (display-graphic-p))
+
;; Global key binds
(bind-key* (kbd "C-x C-f") 'helm-find-files)