diff options
| author | 2021-02-06 18:15:45 -0800 | |
|---|---|---|
| committer | 2021-02-06 18:15:45 -0800 | |
| commit | d8249988845a0c0ab08c16d9ada9d6c8fa848600 (patch) | |
| tree | 93905e2fa1cde84403458d2fff00c5eb1f521f3a | |
| parent | d91ae06ec164b932485c46e7e92af5c94b0fd12d (diff) | |
| download | emacs-config-d8249988845a0c0ab08c16d9ada9d6c8fa848600.tar.gz emacs-config-d8249988845a0c0ab08c16d9ada9d6c8fa848600.zip | |
Add mode-icons
| -rw-r--r-- | oni-gui.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |
