Set up org-noter
This commit is contained in:
parent
25020b6485
commit
b2125f273e
5
+org.el
5
+org.el
|
@ -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"))
|
||||
|
|
1
init.el
1
init.el
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue