diff options
author | mms <michal@sapka.me> | 2024-10-04 17:00:53 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-10-04 17:00:53 +0200 |
commit | 6122e5ffd25b6d80a2d63165e45d29bc9594bb02 (patch) | |
tree | 3e573284c875e69e33398308ea344a6454078ad2 | |
parent | 4cb592651325d9493fd7d80b9ed4586299839cbf (diff) |
dwim
-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 |