aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-editing.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-editing.el')
-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)
)