Prioritize org heading start over code start

This commit is contained in:
2024-09-16 13:52:00 -07:00
parent f63b507f07
commit 99dbd1ce50

View File

@@ -11,8 +11,8 @@
(skip-syntax-forward "_ " (line-end-position)))) (skip-syntax-forward "_ " (line-end-position))))
:config :config
(setq mwim-beginning-position-functions (setq mwim-beginning-position-functions
'(mwim-code-beginning '(thoom/mwim-org-heading-beginning
thoom/mwim-org-heading-beginning mwim-code-beginning
mwim-comment-beginning mwim-comment-beginning
mwim-line-beginning))) mwim-line-beginning)))