diff options
author | Alan Pearce | 2017-09-08 23:21:51 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-08 23:21:51 +0200 |
commit | f1321a5cc23ae13220009a220b9fe13918cb369d (patch) | |
tree | 50865100d5476868e0319d7c4022ace6057d07ae /emacs | |
parent | f64d27e5aa9fa4668773a0e01bd4bf396b69d819 (diff) | |
download | dotfiles-f1321a5cc23ae13220009a220b9fe13918cb369d.tar.lz dotfiles-f1321a5cc23ae13220009a220b9fe13918cb369d.tar.zst dotfiles-f1321a5cc23ae13220009a220b9fe13918cb369d.zip |
Emacs: Add fontawesome
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 9 |
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 |