~edwargix/emacs.d

33c53c9065915ffc721733021a112dfe50633d02 — David Florness 7 years ago 64ad149
Set global org keybindings
1 files changed, 5 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +5 -1
@@ 184,7 184,11 @@
      (package-install 'org-plus-contrib))
    (setq org-default-notes-file "~/notes.org"
	  org-return-follows-link t
	  org-read-date-force-compatible-dates nil)))
	  org-read-date-force-compatible-dates nil))
  :bind
  (("C-c a" . org-agenda)
   ("C-c c" . org-capture)
   ("C-c b" . org-iswitchb)))

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