[Emacs] Add fontawesome

This commit is contained in:
Ivan Malison 2016-10-08 19:21:06 -07:00
parent bb42a663ec
commit c32c570dca
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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