+map for dired to make using it reasonable

This commit is contained in:
oreodave
2019-11-01 02:32:55 +00:00
parent 10e3c7fc4a
commit 4481cfabb8

View File

@@ -91,6 +91,15 @@ become my C one soon!
Really simple, just want to set projectile-tags-command when projectile has
loaded, and easily add new ignores if necessary.
*** Dired
#+BEGIN_SRC elisp
(after! dired
(map!
:map dired-mode-map
:n "RET" nil
:ng "^" nil)
)
#+END_SRC
*** Wakatime
#+BEGIN_SRC elisp
(setq wakatime-api-key (shell-command-to-string "pass Keys/Wakatime"))