Add keybinging for org-store-link
This commit is contained in:
parent
5c05caf196
commit
860962626b
1 changed files with 3 additions and 2 deletions
|
@ -1440,8 +1440,9 @@ from myaethon2.core.decorators import (
|
|||
(global-set-key (kbd "C-c Q") #'delete-other-windows)
|
||||
(global-set-key (kbd "C-c R") #'delete-window)
|
||||
(global-set-key (kbd "C-c S") #'split-window-right)
|
||||
(global-set-key (kbd "C-c a") 'org-agenda)
|
||||
(global-set-key (kbd "C-c c") 'org-capture)
|
||||
(global-set-key (kbd "C-c a") #'org-agenda)
|
||||
(global-set-key (kbd "C-c c") #'org-capture)
|
||||
(global-set-key (kbd "C-c l") #'org-store-link)
|
||||
(global-set-key (kbd "C-c d c") 'desktop-clear)
|
||||
(global-set-key (kbd "C-c d d") 'desktop-registry-change-desktop)
|
||||
(global-set-key (kbd "C-c d k") #'desktop-registry-remove-desktop)
|
||||
|
|
Loading…
Reference in a new issue