Add binds for file-local and directory-local variables

This commit is contained in:
2024-10-01 15:34:09 +01:00
parent 6a4ed972ef
commit 2d8bc9f6f5

View File

@@ -600,8 +600,12 @@ created previously. This should be relatively easy to understand.
"f" #'find-file
"F" #'find-file-other-window
"t" #'find-file-other-tab
"v" #'add-file-local-variable
"s" #'save-buffer)
(dir-leader
"v" #'add-dir-local-variable)
(buffer-leader
"b" #'switch-to-buffer
"d" #'kill-current-buffer