all repos — archive/dotfiles @ f1321a5cc23ae13220009a220b9fe13918cb369d

Superseded by nixfiles

Emacs: Add fontawesome

Alan Pearce
commit

f1321a5cc23ae13220009a220b9fe13918cb369d

parent

f64d27e5aa9fa4668773a0e01bd4bf396b69d819

1 file changed, 9 insertions(+), 0 deletions(-)

changed files
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -2748,6 +2748,15 @@ :config (progn
(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