mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Declare all-the-icons in core-ui.el
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
;;; core-ui.el --- interface & mode-line config
|
;;; core-ui.el
|
||||||
|
|
||||||
(defvar doom-ui-fringe-size '3
|
(defvar doom-ui-fringe-size '3
|
||||||
"Default fringe width")
|
"Default fringe width")
|
||||||
@ -88,6 +88,16 @@
|
|||||||
;; Plugins
|
;; Plugins
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
(use-package all-the-icons
|
||||||
|
:commands (all-the-icons-icon-for-buffer
|
||||||
|
all-the-icons-icon-for-file
|
||||||
|
all-the-icons-icon-for-mode
|
||||||
|
all-the-icons-alltheicon
|
||||||
|
all-the-icons-faicon
|
||||||
|
all-the-icons-fileicon
|
||||||
|
all-the-icons-oction
|
||||||
|
all-the-icons-wicon))
|
||||||
|
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
:config
|
:config
|
||||||
(setq doom-neotree-enable-variable-pitch t
|
(setq doom-neotree-enable-variable-pitch t
|
||||||
|
Reference in New Issue
Block a user