Enable special org-mode versions of C-k, C-a and C-e

This commit is contained in:
David Morgan 2021-09-04 16:08:33 +01:00
parent 5ed427cbd3
commit 7cc0ecb3cf
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@
(use-package org
:ensure nil
:custom (org-log-done t)
:custom
(org-log-done t)
(org-special-ctrl-k t)
(org-special-ctrl-a t)
:config
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
:bind