summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-14 16:56:46 -0500
committerCase Duckworth2021-09-14 16:56:46 -0500
commitc5b6a0774db7ecb2920db342abab5dbf5bcad9fb (patch)
tree328f64fa9a8b72d2059a779653403ef8c7676f12 /init.el
parentEnable edit-server even when not (daemonp) (diff)
downloademacs-c5b6a0774db7ecb2920db342abab5dbf5bcad9fb.tar.gz
emacs-c5b6a0774db7ecb2920db342abab5dbf5bcad9fb.zip
Add fat-finger-exit
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index 47ca218..ec5a825 100644 --- a/init.el +++ b/init.el
@@ -781,8 +781,7 @@ AKA, DO NOT USE THIS FUNCTION!!!"
781 "C-x o" #'acdw/other-window-or-switch-buffer 781 "C-x o" #'acdw/other-window-or-switch-buffer
782 "C-x O" #'acdw/other-window-or-switch-buffer-backward 782 "C-x O" #'acdw/other-window-or-switch-buffer-backward
783 "C-c _" #'add-file-local-variable 783 "C-c _" #'add-file-local-variable
784 "C-x C-c" #'delete-frame ; I keep fat-fingering and exiting 784 "C-x C-c" #'acdw/fat-finger-exit)
785 )
786 785
787 (:with-map toggle-map 786 (:with-map toggle-map
788 (:bind "c" #'column-number-mode 787 (:bind "c" #'column-number-mode