aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-org.el
diff options
context:
space:
mode:
authorBardofSprites <bard>2025-10-04 15:12:11 -0400
committerBardofSprites <bard>2025-10-04 15:12:11 -0400
commit950d78f2261a1e7b1139663b24c48fcdbad28a76 (patch)
treedc2cb1fc1c4e8eb3646cec0090e4347d72dc8be0 /bard-emacs-modules/bard-emacs-org.el
parentc7eda4e99e279eed2c7d1305f34b6107386034a9 (diff)
LaTeX enhancements
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index b003b84..2b6302f 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -56,7 +56,7 @@
;; Making org mode look nice
(setq org-startup-indented t
- org-startup-folded 'content
+ org-startup-folded 'showeverything
org-hide-emphasis-markers t
org-startup-with-inline-images t
org-image-actual-width '(600)
@@ -64,7 +64,14 @@
org-insert-heading-respect-content t
org-special-ctrl-a/e t)
-(setq org-format-latex-options (plist-put org-format-latex-options :scale 2.0))
+(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))
+
+(use-package auctex
+ :ensure t)
+
+(use-package cdlatex
+ :ensure t
+ )
;; (use-package org-mode
;; :config