Some playing with org mode

This commit is contained in:
John Doty 2014-03-21 10:46:54 -07:00
parent 2918f98d2a
commit 89652383fe

View file

@ -555,6 +555,14 @@
(require 'go-autocomplete)
(require 'auto-complete-config)))
;; =================================================================
;; Org-Mode
;; =================================================================
(require 'org)
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-log-done t)
;; =================================================================
;; No idea why custom-set-faces is way down here, but OK. I must
;; have been thinking of something.
@ -565,3 +573,4 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)