diff options
Diffstat (limited to 'bard-elisp/bard-editing.el')
| -rw-r--r-- | bard-elisp/bard-editing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-editing.el b/bard-elisp/bard-editing.el index 6118cb4..d1b0310 100644 --- a/bard-elisp/bard-editing.el +++ b/bard-elisp/bard-editing.el @@ -44,7 +44,7 @@ (kill-new line-text) (message "Copied current line"))) -(global-set-key (kbd "C-x l") 'bard/copy-current-line) +;; (global-set-key (kbd "C-c y") 'bard/copy-current-line) ;; Multiple cursors (global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines) |
