Some playing with org mode
This commit is contained in:
parent
2918f98d2a
commit
89652383fe
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue