Skip to content

Commit

Permalink
Fixes #115 Unable to customize org agenda files
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 17, 2014
1 parent 0374dee commit 9c46f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c46f35

Please sign in to comment.