summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 7da0f6b..e7a1dc1 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -2748,6 +2748,15 @@ Pass ARG to `comint-delchar-or-maybe-eof'."
             (beginend-setup-all)))
 ;; #+END_SRC
 
+;;;;;; fontawesome
+
+;; Sometimes I might want to add a font-awesome icon to some text.
+;; This package gives me two interfaces to find the icons
+
+;; #+BEGIN_SRC emacs-lisp
+(use-package fontawesome)
+;; #+END_SRC
+
 ;;;;;; multiple-cursors
 
 ;; I mentioned before that I’d used Sublime Text before.  Multiple