Skip to content

Commit

Permalink
emacs: add org mode config
Browse files Browse the repository at this point in the history
  • Loading branch information
foobacca committed Feb 22, 2015
1 parent b1735b9 commit d641dd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions emacs.d/init.el
Expand Up @@ -13,6 +13,7 @@

(mapc 'require '(init-evil
init-ido
init-org
init-notmuch
))

Expand Down
6 changes: 6 additions & 0 deletions emacs.d/init/init-org.el
@@ -0,0 +1,6 @@
(provide 'init-org)

(require 'org)
;(define-key global-map "\C-cl" 'org-store-link)
;(define-key global-map "\C-ca" 'org-agenda)
(setq org-log-done t)

0 comments on commit d641dd9

Please sign in to comment.