diff options
-rw-r--r-- | mms-configuration.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mms-configuration.org b/mms-configuration.org index 6720d61..1292894 100644 --- a/mms-configuration.org +++ b/mms-configuration.org @@ -234,3 +234,10 @@ Dimish will hide them from the modeline, even if they are enabled. ;; : ;; ensure t) #+end_src +* + +* Dired + +#+begin_src emacs-lisp +(setq dired-dwim-target "yes") +#+end_src |