diff options
author | jao <jao@gnu.org> | 2022-09-26 04:27:03 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-26 20:43:04 +0100 |
commit | 17da32ca08ca2141c5b20e1c19aaf62b7d831387 (patch) | |
tree | 5d0a2d7823d2b46db1413083b8c4eee84120271b /custom | |
parent | 7cea1859d427a553e6195fba9fc19e56f3fd26ea (diff) | |
download | elibs-17da32ca08ca2141c5b20e1c19aaf62b7d831387.tar.gz elibs-17da32ca08ca2141c5b20e1c19aaf62b7d831387.tar.bz2 |
a bit of fat trimming
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 8c4d88c..410dea9 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -96,6 +96,7 @@ ;;; Appearance ;; Show hidden emphasis markers (use-package org-appear + :disabled t :ensure t :init (setq org-appear-autolinks nil org-appear-delay 0.0 |