From c32c570dca429ede4a12dd3c6fa8aab44aeed974 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 8 Oct 2016 19:21:06 -0700 Subject: [PATCH] [Emacs] Add fontawesome --- dotfiles/emacs.d/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 61e823b0..7f0bda52 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3332,6 +3332,11 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica (define-key isearch-mode-map [remap isearch-query-replace-regexp] #'anzu-isearch-query-replace-regexp))) #+END_SRC +** fontawesome +#+BEGIN_SRC emacs-lisp +(use-package fontawesome + :commands helm-fontawesome) +#+END_SRC ** shell-history I think that shell-history is causing projectile to be very slow so I have disabled it. #+BEGIN_SRC emacs-lisp