Emacs: Add fontawesome
Alan Pearce alan@alanpearce.eu
Fri, 08 Sep 2017 23:21:51 +0200
2 files changed, 10 insertions(+), 0 deletions(-)
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
M nix/.config/nixpkgs/emacs.nix ā nix/.config/nixpkgs/emacs.nix
@@ -94,6 +94,7 @@ flycheck flycheck-flow flycheck-pos-tip flycheck-vale + fontawesome geiser ggtags ghq