From 13ddf9e5017f17ef11a9956d73283ac490e3fa7c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 13 Sep 2018 22:17:32 -0400 Subject: [PATCH] Use org-special-ctrl options --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 401d88a..95044f8 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -171,6 +171,10 @@ (add-hook 'org-shiftdown-final-hook 'windmove-down) (add-hook 'org-shiftright-final-hook 'windmove-right) + (setq org-special-ctrl-a/e t + org-special-ctrl-k t + org-special-ctrl-o t) + ;; enable line wraping (add-hook 'org-mode-hook '(lambda () (setq truncate-lines nil