Push before pull.

This commit is contained in:
Derek Taylor
2022-09-04 16:06:38 -05:00
parent 036afabc6e
commit 3c6001496d
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ List of keybindings (SPC h b b)")
(kbd "T") 'dired-do-touch
(kbd "Y") 'dired-copy-filenamecopy-filename-as-kill ; copies filename to kill ring.
(kbd "+") 'dired-create-directory
(kbd "-") 'dired-up-directory
(kbd "-") 'dired-do-kill-lines
(kbd "% l") 'dired-downcase
(kbd "% u") 'dired-upcase
(kbd "; d") 'epa-dired-do-decrypt

View File

@@ -355,7 +355,7 @@ Dired is the file manager within Emacs. Below, I setup keybindings for image pr
(kbd "T") 'dired-do-touch
(kbd "Y") 'dired-copy-filenamecopy-filename-as-kill ; copies filename to kill ring.
(kbd "+") 'dired-create-directory
(kbd "-") 'dired-up-directory
(kbd "-") 'dired-do-kill-lines
(kbd "% l") 'dired-downcase
(kbd "% u") 'dired-upcase
(kbd "; d") 'epa-dired-do-decrypt