diff options
Diffstat (limited to 'modules/emacs')
-rw-r--r-- | modules/emacs/README.org | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org index f4aafee..6e9798f 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -92,7 +92,9 @@ Configuration to automagically open age files, and to encrypt them correctly to (nerd-icons-completion-mode)) (use-package nerd-icons-dired - :hook (dired-mode . nerd-icons-dired-mode)) + :hook (dired-mode . nerd-icons-dired-mode) + :custom (dired-listing-switches "-alh")) + #+end_src ** Direnv To integrate with nix shells. @@ -172,11 +174,6 @@ Better help defaults (use-package which-key :config (which-key-mode)) #+end_src -** Dirvish -I wanna try some QoL addons for dired. -#+begin_src emacs-lisp :tangle yes -(use-package dirvish) -#+end_src ** Windows I wanna test out =winner-mode= #+begin_src emacs-lisp :tangle yes |