diff options
author | Leonardo Santiago <[email protected]> | 2024-09-17 00:04:25 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-09-17 00:04:25 -0300 |
commit | 7fe1c93902bc7ad93fe9c8d325822cea7a1955eb (patch) | |
tree | 180bb018e395b1578b748d65b389688b7951238f /modules/emacs/README.org | |
parent | d2f8537695338c6b186bb0d52489c66c6ae83b8d (diff) |
configure SSL, change emacs build flags
Diffstat (limited to 'modules/emacs/README.org')
-rw-r--r-- | modules/emacs/README.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 432d498..2d2acc9 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -86,6 +86,9 @@ Configuration to automagically open age files, and to encrypt them correctly to :hook (marginalia-mode . nerd-icons-completion-marginal) :config (nerd-icons-completion-mode)) + +(use-package nerd-icons-dired + :hook (dired-mode . nerd-icons-dired-mode)) #+end_src ** Direnv To integrate with nix shells. |