summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
authorAlan Pearce2017-09-08 23:21:51 +0200
committerAlan Pearce2017-09-08 23:21:51 +0200
commitf1321a5cc23ae13220009a220b9fe13918cb369d (patch)
tree50865100d5476868e0319d7c4022ace6057d07ae /emacs/.emacs.d/main.el
parentf64d27e5aa9fa4668773a0e01bd4bf396b69d819 (diff)
downloaddotfiles-f1321a5cc23ae13220009a220b9fe13918cb369d.tar.lz
dotfiles-f1321a5cc23ae13220009a220b9fe13918cb369d.tar.zst
dotfiles-f1321a5cc23ae13220009a220b9fe13918cb369d.zip
Emacs: Add fontawesome
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