Fixed keepassxc nyxt, added and installed icons, added guix stuff
This commit is contained in:
@@ -47,6 +47,11 @@
|
||||
:init (doom-modeline-mode 1)
|
||||
:custom ((doom-modeline-height 15)))
|
||||
|
||||
;; install all-the-icons when first loading the emacs conf
|
||||
;; remember to run M-x all-the-icons-install-fonts
|
||||
(when (display-graphic-p)
|
||||
(use-package all-the-icons :straight t))
|
||||
|
||||
(use-package which-key
|
||||
:straight t
|
||||
:defer 0
|
||||
@@ -77,7 +82,7 @@
|
||||
|
||||
(use-package super-save
|
||||
:straight t
|
||||
:config
|
||||
:config
|
||||
(super-save-mode +1))
|
||||
|
||||
;; Auto reverting Changed Files
|
||||
|
||||
Reference in New Issue
Block a user