aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-gui.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-gui.el b/oni-gui.el
index 0f86ff5..90c60d7 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0909.084951
-;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
+;; Version: 2021.0204.232309
+;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish mode-icons)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -84,6 +84,7 @@ _bi_: Auto Insert ^^ ^^
(setq frame-resize-pixelwise t)
(scroll-bar-mode -1)
+(mode-icons-mode)
(if (daemonp)
(add-hook 'after-make-frame-functions #'oni-gui-setup-fontsets)