Move dired-movement-style to README.md

This commit is contained in:
James Cherti
2025-08-01 23:31:58 -04:00
parent c9e16103c8
commit aeb1367ccc
2 changed files with 3 additions and 2 deletions

View File

@@ -1594,6 +1594,9 @@ In Emacs, customization variables modified via the UI (e.g., `M-x customize`) ar
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Window-Dividers.html
(add-hook 'after-init-hook #'window-divider-mode)
;; Constrain vertical cursor movement to lines within the buffer
(setq dired-movement-style 'bounded-files)
;; Dired buffers: Automatically hide file details (permissions, size,
;; modification date, etc.) and all the files in the `dired-omit-files' regular
;; expression for a cleaner display.

View File

@@ -404,8 +404,6 @@
dired-recursive-copies 'always
dired-vc-rename-file t
dired-create-destination-dirs 'ask
;; Constrain vertical cursor movement to lines within the buffer
dired-movement-style 'bounded-files
;; Suppress Dired buffer kill prompt for deleted dirs
dired-clean-confirm-killing-deleted-buffers nil)