Disable subscript after _

This commit is contained in:
Andrea Ciceri 2025-05-21 21:03:24 +02:00
parent 24a80896a8
commit 9b907264c2
No known key found for this signature in database
2 changed files with 28 additions and 27 deletions

View file

@ -786,35 +786,36 @@
(use-package org (use-package org
:hook ((org-mode . variable-pitch-mode) :hook ((org-mode . variable-pitch-mode)
(org-mode . visual-line-mode) (org-mode . visual-line-mode)
(org-mode . visual-fill-column-mode)) (org-mode . visual-fill-column-mode))
:custom ((org-log-done nil) :custom ((org-log-done nil)
(org-return-follows-link t) (org-return-follows-link t)
(org-hide-emphasis-markers t) (org-hide-emphasis-markers t)
(visual-fill-column-center-text t) (visual-fill-column-center-text t)
(visual-fill-column-width 100) (visual-fill-column-width 100)
(fill-column 100) (fill-column 100)
(org-capture-templates '( (org-capture-templates '(
("j" "Work Log Entry" ("j" "Work Log Entry"
entry (file+datetree "~/org/work-log.org") entry (file+datetree "~/org/work-log.org")
"* %?" "* %?"
:empty-lines 0) :empty-lines 0)
("n" "Note" ("n" "Note"
entry (file+headline "~/org/notes.org" "Random Notes") entry (file+headline "~/org/notes.org" "Random Notes")
"** %?" "** %?"
:empty-lines 0) :empty-lines 0)
)) ))
(org-auto-align-tags nil) (org-auto-align-tags nil)
(org-tags-column 0) (org-tags-column 0)
(org-catch-invisible-edits 'show-and-error) (org-catch-invisible-edits 'show-and-error)
(org-special-ctrl-a/e t) (org-special-ctrl-a/e t)
(org-insert-heading-respect-content t) (org-insert-heading-respect-content t)
(org-pretty-entities t) (org-pretty-entities t)
(org-ellipsis "") (org-ellipsis "")
) (org-use-sub-superscripts nil)
)
:bind (("C-c o l" . org-store-link) :bind (("C-c o l" . org-store-link)
("C-c o c" . org-capture) ("C-c o c" . org-capture)
("C-c b o" . org-switchb)) ("C-c b o" . org-switchb))
:config :config
(defun ccr/org-capture (key) (defun ccr/org-capture (key)
"Capture a note using the template KEY and close the frame when done. "Capture a note using the template KEY and close the frame when done.

BIN
secrets/arbi-config.age Normal file

Binary file not shown.