From d8249988845a0c0ab08c16d9ada9d6c8fa848600 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 6 Feb 2021 18:15:45 -0800 Subject: [PATCH] Add mode-icons --- oni-gui.el | 5 +++-- 1 file 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 ;; 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)