diff options
-rw-r--r-- | custom/jao-custom-org.el | 1 | ||||
-rw-r--r-- | init.el | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 07bcb9c..73b0d89 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -19,6 +19,7 @@ org-email-link-description-format "Email %c: %s" org-enforce-todo-dependencies t org-fast-tag-selection-single-key 'expert + org-insert-heading-respect-content t ;; for C-RET ;; org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+")) org-link-frame-setup '((gnus . (lambda (&optional x) (jao-open-gnus-frame))) @@ -2649,7 +2649,8 @@ :init (setq mastodon-instance-url "https://emacs.ch" mastodon-active-user "mail@jao.io" - mastodon-tl-position-after-update nil) + mastodon-tl-position-after-update nil + mastodon-toot-display-orig-in-reply-buffer t) :config ;; (defun jao-mastodon--setup () ;; (setq-local scroll-margin 12)) |