summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-09 16:36:26 -0500
committerCase Duckworth2021-09-09 16:36:26 -0500
commit78f6579c491089b3d329a99c4e70ab6b71afe1d3 (patch)
tree3ccb7e19c0c7e3a081d6994a7b57637255b5316e /init.el
parentOnly enable define-repeat-map at home (diff)
downloademacs-78f6579c491089b3d329a99c4e70ab6b71afe1d3.tar.gz
emacs-78f6579c491089b3d329a99c4e70ab6b71afe1d3.zip
Add `add-file-local-variable' binding: C-c _
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 9d67a03..b17b21a 100644 --- a/init.el +++ b/init.el
@@ -727,7 +727,8 @@ AKA, DO NOT USE THIS FUNCTION!!!"
727 "C-c d" #'acdw/insert-iso-date 727 "C-c d" #'acdw/insert-iso-date
728 "M-`" nil 728 "M-`" nil
729 "C-x o" #'acdw/other-window-or-switch-buffer 729 "C-x o" #'acdw/other-window-or-switch-buffer
730 "C-x O" #'acdw/other-window-or-switch-buffer-backward) 730 "C-x O" #'acdw/other-window-or-switch-buffer-backward
731 "C-c _" #'add-file-local-variable)
731 732
732 (:with-map toggle-map 733 (:with-map toggle-map
733 (:bind "c" #'column-number-mode 734 (:bind "c" #'column-number-mode