all repos — nixfiles @ f1321a5cc23ae13220009a220b9fe13918cb369d

System and user configuration, managed by nix and home-manager

Emacs: Add fontawesome

Alan Pearce
commit

f1321a5cc23ae13220009a220b9fe13918cb369d

parent

f64d27e5aa9fa4668773a0e01bd4bf396b69d819

2 files changed, 10 insertions(+), 0 deletions(-)

jump to
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