Really fixes #115

This commit is contained in:
syl20bnr 2014-11-17 00:09:24 -05:00
parent 9c46f350b6
commit b063d1bb6b

View file

@ -1612,7 +1612,6 @@ determine the state to enable when escaping from the insert state.")
(require 'org-install)
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-agenda-files '("~/Dropbox/org"))
(use-package org-bullets
:config
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1))))