Change C-c C-d shortcut to C-c l d.

This commit is contained in:
kj 2022-05-08 19:06:23 -04:00
parent f654c2889b
commit 18a43a404c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
(global-set-key (kbd "C-c r t") 'org-roam-buffer-toggle)
;; Meta atajos (atajos de atajos)
(global-set-key (kbd "C-c C-d") "\C-a\C- \C-n\M-w\C-y") ; Duplicar línea
(global-set-key (kbd "C-c l d") "\C-a\C- \C-n\M-w\C-y") ; Duplicar línea
(provide 'base-keys)
;;; base-keys.el ends here