Fixed keepassxc nyxt, added and installed icons, added guix stuff

This commit is contained in:
opalvaults
2021-12-21 15:26:02 -08:00
parent a731c61582
commit 787fa686ad
6 changed files with 137 additions and 94 deletions

View File

@@ -66,6 +66,11 @@ Doom's modeline is excellent, and much less cluttered than the default Emacs mod
:straight t
: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))
#+end_src
*** Keybinding display
@@ -116,7 +121,7 @@ Helpful.el is a package that reformats the describe-X functions to be much more
#+begin_src emacs-lisp
(use-package super-save
:straight t
:config
:config
(super-save-mode +1))
;; Auto reverting Changed Files