Emacs: Add fontawesome
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