Fixes #115 Unable to customize org agenda files

This commit is contained in:
syl20bnr 2014-11-16 23:38:57 -05:00
parent 0374dee8b7
commit 9c46f350b6

View file

@ -1605,12 +1605,13 @@ determine the state to enable when escaping from the insert state.")
(defun spacemacs/init-org ()
(use-package org
:mode ("\\.org$" . org-mode)
:init
(setq org-log-done t)
:config
(progn
(require 'org-install)
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-log-done t)
(setq org-agenda-files '("~/Dropbox/org"))
(use-package org-bullets
:config