summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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