summaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-10 00:25:19 -0600
committerGravatar Matthew L. Fidler2016-02-10 00:25:19 -0600
commit343274e8439840a1249b99c8f78da3aee3b5e845 (patch)
tree79d40212c11553312165a6d92022cdef05e1f6a6 /mode-icons.el
parentb3c0399fb9bc87a8716f71ef428d419162fddce3 (diff)
downloadmode-icons-343274e8439840a1249b99c8f78da3aee3b5e845.tar.gz
mode-icons-343274e8439840a1249b99c8f78da3aee3b5e845.zip
Add auto-revert-mode
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/mode-icons.el b/mode-icons.el
index dc368f8..817d0ca 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -91,6 +91,7 @@ absolute path to ICON."
("Magit" ,(make-string 1 #xf1d2) FontAwesome)
(" Pulls" ,(make-string 1 #xf092) FontAwesome)
("Zip-Archive" ,(make-string 1 #xf1c6) FontAwesome)
+ ("ARev" ,(make-string 1 #xf021) FontAwesome)
;; Diminished modes
("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\)" nil nil)
)