aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-23 13:28:37 -0600
committerGravatar Matthew L. Fidler2016-02-23 13:28:37 -0600
commit3c289126bc8c91e0345bb796d06683b8318facc3 (patch)
treefdf3c64130e54064d0f058bd17d870c2eb2a97ba
parent5e150762796c711494bd553a261a51b7d23e6c38 (diff)
downloadmode-icons-3c289126bc8c91e0345bb796d06683b8318facc3.tar.gz
mode-icons-3c289126bc8c91e0345bb796d06683b8318facc3.zip
Add company-mode icon
-rw-r--r--mode-icons.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/mode-icons.el b/mode-icons.el
index d06d5bb..9ac55fd 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -212,6 +212,7 @@ This was stole/modified from `c-save-buffer-state'"
(unix #xf166 font-mfizz) ;; Use ubuntu, since I think it is the most common.
(undecided #xf128 FontAwesome)
("Text\\'" #xf0f6 FontAwesome)
+ ("\\` ?company\\'" #xf1ad FontAwesome)
;; Diminished modes
("\\(?:ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil)
)