summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-27 02:23:20 +0100
committerjao <jao@gnu.org>2022-06-27 02:23:20 +0100
commit98ed4afd5b0f4ed288627c1e7413285630576705 (patch)
treefd10e42cc3ae11d40d7fcc6182917e7fc5abd01b /custom
parentb64a53e942011e421a0805507218d9185c272d90 (diff)
downloadelibs-98ed4afd5b0f4ed288627c1e7413285630576705.tar.gz
elibs-98ed4afd5b0f4ed288627c1e7413285630576705.tar.bz2
org-appear-autolinks is too distracting
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el
index c72e887..6b4200e 100644
--- a/custom/jao-custom-org.el
+++ b/custom/jao-custom-org.el
@@ -97,7 +97,7 @@
;; Show hidden emphasis markers
(use-package org-appear
:ensure t
- :init (setq org-appear-autolinks t
+ :init (setq org-appear-autolinks nil
org-appear-delay 0.0
org-appear-manual-linger t)
:hook (org-mode . org-appear-mode))