Org-xournal++
This commit is contained in:
parent
68bb90be80
commit
19c6ee44ba
1 changed files with 11 additions and 0 deletions
11
config.org
11
config.org
|
|
@ -53,6 +53,7 @@
|
|||
- [[#insert-pictures][Insert pictures]]
|
||||
- [[#update-org-tables][Update org tables]]
|
||||
- [[#org-transclusion][Org transclusion]]
|
||||
- [[#org-xopp][Org-xopp]]
|
||||
- [[#org-roam][ORG ROAM]]
|
||||
- [[#org-roam-itself][Org Roam itself]]
|
||||
- [[#ripgrep-files][Ripgrep files]]
|
||||
|
|
@ -972,6 +973,16 @@ Org-tempo is not a separate package but a module within org that can be enabled.
|
|||
((t
|
||||
(:background "blue")))))
|
||||
#+end_src
|
||||
** Org-xopp
|
||||
Integrates org mode and xournal++
|
||||
[[https://github.com/mahmoodsh36/org-xopp][org-xopp]]
|
||||
#+begin_src emacs-lisp
|
||||
(git-package "https://github.com/mahmoodsh36/org-xopp.git")
|
||||
(use-package org-xopp
|
||||
:after org
|
||||
:config
|
||||
(org-xopp-setup))
|
||||
#+end_src
|
||||
* ORG ROAM
|
||||
** Org Roam itself
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue