aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-24 17:30:01 +1000
committerYuchen Pei <id@ypei.org>2023-06-24 17:30:01 +1000
commit2f1d2fb9b87fb9ee334b646ac84468c5245eecf9 (patch)
treecd839c828ee15faec2b61d6839318637184ed373 /emacs/.emacs.d/init
parentba77033a0c81952f5b9b8e140a17c4d12f4e9d05 (diff)
copy buffer file name
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r--emacs/.emacs.d/init/ycp-editing.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-editing.el b/emacs/.emacs.d/init/ycp-editing.el
index b9ed48b..4b6922e 100644
--- a/emacs/.emacs.d/init/ycp-editing.el
+++ b/emacs/.emacs.d/init/ycp-editing.el
@@ -60,6 +60,7 @@
"C-c r <RET>" #'my-concat-lines
"C-M-y" #'my-yank-primary
"C-a" #'my-beginning-of-line-or-indentation
+ "M-c" #'my-copy-buffer-file-name ; override capitalize
)
(electric-pair-mode)
)