Set the default org-noter filename to the default
This commit is contained in:
parent
bfef58394d
commit
bdc40e3f79
6
+org.el
6
+org.el
|
@ -132,5 +132,7 @@
|
||||||
;; Configure a better split and some default for org-noter
|
;; Configure a better split and some default for org-noter
|
||||||
(after! org-noter
|
(after! org-noter
|
||||||
(setq org-noter-always-create-frame nil
|
(setq org-noter-always-create-frame nil
|
||||||
org-noter-doc-split-fraction '(0.7 . 0.3))
|
org-noter-doc-split-fraction '(0.7 . 0.3)
|
||||||
org-noter-default-notes-file-names '("~/Notes/Logosyllogi.org"))
|
org-noter-default-heading-title " "))
|
||||||
|
;; Increase the latex preview size
|
||||||
|
(setq org-format-latex-options (plist-put org-format-latex-options :scale 3.0))
|
||||||
|
|
Loading…
Reference in New Issue