From 14eb78e6c14f40e9a53e4cefe859eb3eddcf6436 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Tue, 18 Oct 2022 14:05:07 +0900 Subject: [PATCH] Emacs : org mode underscore related config --- .doom.d/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.doom.d/config.el b/.doom.d/config.el index d00fab0..667e3fe 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -274,6 +274,8 @@ same directory as the org-buffer and insert a link to this file." '(org-level-8 :height 1.0 :weight normal)) ;; :foreground "#9ec400" (custom-set-faces! '(org-document-title :height 2.0))) +(setq org-use-sub-superscripts '{}) +(setq org-export-with-sub-superscripts '{}) ;; -------------------------------------------------------------------------------------------- ;; - Org Roam ;; --------------------------------------------------------------------------------------------