diff options
author | jao <jao@gnu.org> | 2022-06-20 02:45:13 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-20 02:45:13 +0100 |
commit | c9305db0c689febd47b7d58a25ed3b135ce8864c (patch) | |
tree | a4adffd2a61e180282a0854c5ab90f37173481bb /custom | |
parent | b9c7025d9f185dda75e21acf290d28c6af4338c2 (diff) | |
download | elibs-c9305db0c689febd47b7d58a25ed3b135ce8864c.tar.gz elibs-c9305db0c689febd47b7d58a25ed3b135ce8864c.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-completion.el | 2 | ||||
-rw-r--r-- | custom/jao-custom-org.el | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 83458e3..2c73593 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -1,4 +1,4 @@ -;; -*- lexical-binding: t; jao-outline-folded: t; -*- +;; -*- lexical-binding: t; -*- ;;; imenu (use-package imenu diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index aa4f9e0..c72e887 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -97,6 +97,9 @@ ;; Show hidden emphasis markers (use-package org-appear :ensure t + :init (setq org-appear-autolinks t + org-appear-delay 0.0 + org-appear-manual-linger t) :hook (org-mode . org-appear-mode)) ;; #+caption: Image caption. |