Added docker to homebrew and some slight emacs config for dired

This commit is contained in:
Random936
2024-05-23 20:43:14 -07:00
parent 64b811f5ef
commit 7f5a39479e
2 changed files with 3 additions and 2 deletions

View File

@@ -485,7 +485,8 @@ Dired is a built-in package in Emacs that allows for basic file navigation. Whil
:config
(evil-collection-define-key 'normal 'dired-mode-map
"h" 'dired-single-up-directory
"l" 'dired-single-buffer))
"l" 'dired-single-buffer
"T" 'dired-create-empty-file))
#+end_src
*** Dired Single