aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorbard <[email protected]>2023-11-05 19:53:56 -0500
committerbard <[email protected]>2023-11-05 19:53:56 -0500
commitfc2223f82b690f8d45493a093c9e3aeb2b4b23f0 (patch)
tree2852a62e24b0484103edb8caa3872faf34c31409 /bard-elisp
parent46012ab8b0b391ab66b4852a5498f5bf34ebff7f (diff)
emacs everywhere and emms mpris
Diffstat (limited to 'bard-elisp')
-rw-r--r--bard-elisp/bard-editing.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-editing.el b/bard-elisp/bard-editing.el
index e2ba1bc..6118cb4 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-c l") 'bard/copy-current-line)
+(global-set-key (kbd "C-x l") 'bard/copy-current-line)
;; Multiple cursors
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)