aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-02-06 18:15:45 -0800
committerGravatar Tom Willemse2021-02-06 18:15:45 -0800
commitd8249988845a0c0ab08c16d9ada9d6c8fa848600 (patch)
tree93905e2fa1cde84403458d2fff00c5eb1f521f3a
parentd91ae06ec164b932485c46e7e92af5c94b0fd12d (diff)
downloademacs-config-d8249988845a0c0ab08c16d9ada9d6c8fa848600.tar.gz
emacs-config-d8249988845a0c0ab08c16d9ada9d6c8fa848600.zip
Add mode-icons
-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)