Use org-special-ctrl options

This commit is contained in:
Adam Goldsmith 2018-09-13 22:17:32 -04:00
parent ca5c7baf26
commit 13ddf9e501
1 changed files with 4 additions and 0 deletions

View File

@ -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