Install ediprolog, enable dired-dwim-target.

This commit is contained in:
2025-02-25 20:26:51 +09:00
parent ad20935123
commit 96b3a0c66c
2 changed files with 24 additions and 3 deletions

View File

@@ -108,4 +108,9 @@
(keymap-global-set "C-c l" 'compile)
(keymap-global-set "C-c C-l" 'recompile)
;; When set to true, dired will try to guess the target directory. Use this by
;; first splitting the window in two, selecting the destination in a new buffer,
;; and use 'C' to copy the file/directory.
(setq dired-dwim-target t)
;;; 05-basic.el ends here