Add keybindings for orgmode

This commit is contained in:
g1n 2021-05-19 09:33:00 +03:00
parent cc08807dd4
commit 3b58d35507
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@
; org-mode
;; Enable org-mode
(require 'org)
(global-set-key (kbd "C-c l") 'org-store-link)
(global-set-key (kbd "C-c a") 'org-agenda)
(global-set-key (kbd "C-c c") 'org-capture)
; exwm
(require 'exwm)
(require 'exwm-config)