Set up org-noter

This commit is contained in:
coolneng 2022-09-17 12:15:09 +02:00
parent 25020b6485
commit b2125f273e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 6 additions and 0 deletions

View File

@ -128,3 +128,8 @@
:hook (org-mode . org-modern-mode)
:config
(setq org-modern-star [""]))
;; Configure a better split and some default for org-noter
(after! org-noter
(setq org-noter-always-create-frame nil
org-noter-doc-split-fraction '(0.7 . 0.3))
org-noter-default-notes-file-names '("~/Notes/Logosyllogi.org"))

View File

@ -150,6 +150,7 @@
+dragndrop ; drag & drop files/images into org buffers
;;+hugo ; use Emacs for hugo blogging
;;+jupyter ; jupyter support for babel
+noter
+pandoc ; export-with-pandoc support
+pomodoro ; be fruitful with the tomato technique
+present) ; using org-mode for presentations