Skip to content

Instantly share code, notes, and snippets.

@kirkins
Created August 14, 2017 18:22
Show Gist options
  • Save kirkins/f4c34491e2270145e121f4e40ae650d5 to your computer and use it in GitHub Desktop.
Save kirkins/f4c34491e2270145e121f4e40ae650d5 to your computer and use it in GitHub Desktop.
emacs org mode setup
(require 'org)
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-log-done 'time)
(setq org-agenda-files (list "~/org/work.org"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment