diff options
| author | bard <[email protected]> | 2024-01-31 06:12:04 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-01-31 06:12:04 -0500 |
| commit | 28d53521bb63e97af3a98d621cffff0dad066348 (patch) | |
| tree | fe76a68023fc41b91b512827705a57a904233e19 | |
| parent | c6f2b5aa5f56f2f363e4d09dfac43fe4f9a24b83 (diff) | |
added org-special-ctrl-a/e
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index f626286..eb60b40 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -17,7 +17,8 @@ org-hide-emphasis-markers t org-startup-with-inline-images t org-image-actual-width '(600) - org-insert-heading-respect-content t) + org-insert-heading-respect-content t + org-special-ctrl-a/e t) (with-eval-after-load "org-mode" (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.6)) |
