Skip to content

Instantly share code, notes, and snippets.

@cryptstopher
Created August 8, 2020 11:32
Show Gist options
  • Save cryptstopher/29ebd11366da06271ce860170ef891a9 to your computer and use it in GitHub Desktop.
Save cryptstopher/29ebd11366da06271ce860170ef891a9 to your computer and use it in GitHub Desktop.
The essential org mode keys.
(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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment