diff options
author | noa@gaiwan.org | 2024-06-13 23:59:05 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 23:59:05 +0000 |
commit | 4fd26be63133ba6cb4208ce08af0573ab5f03077 (patch) | |
tree | 9e84ab45d5a53db9adad359c85417954ecac46ad /emacs/init.el | |
parent | af4d7f029be14d33a62dfce3e69f0bc174177c78 (diff) |
Remove org sub/superscript configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index dd5a245..c778321 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -227,7 +227,6 @@ and when JID is not in `jabber-activity-banned'." ;; :custom ;; (org-fc-directories (expand-file-name "~/data/notes/"))) -(setopt org-use-sub-superscripts "{}") ;; If we enable this, emphasis markers will be hidden for a more word processor feel. This has the downside of meaning you have to delete a hidden character to get rid of bold or italic text. I don't have much of a problem with seeing the emphasis markers so i'm willing to put up with any aesthetic shortcomings for a better user experience. The package org-appear solves this by hiding them, but showing them when the point is over them, but i don't think having a whole package just for that is worth it. (setopt org-hide-emphasis-markers nil) (setopt org-startup-with-inline-images t) |