Add mode-icons
This commit is contained in:
parent
d91ae06ec1
commit
d824998884
1 changed files with 3 additions and 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)
|
||||
|
|
Loading…
Reference in a new issue