~edwargix/emacs.d

64ad149c7827cae6c2ca97c80163eb6ac79a3bca — David Florness 7 years ago 66e5bff
Allow incompatible org dates
1 files changed, 3 insertions(+), 2 deletions(-)

M init.el
M init.el => init.el +3 -2
@@ 182,8 182,9 @@
    (load-file "~/org/agenda/setup.el")
    (unless (package-installed-p 'org-plus-contrib)
      (package-install 'org-plus-contrib))
    (setq org-default-notes-file "~/notes.org")
    (setq org-return-follows-link t)))
    (setq org-default-notes-file "~/notes.org"
	  org-return-follows-link t
	  org-read-date-force-compatible-dates nil)))

;;; Evil keybindings for org
(use-package evil-org