Fixed keepassxc nyxt, added and installed icons, added guix stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user