Add org-roam

This commit is contained in:
Thomas Dehaeze 2020-04-01 10:27:25 +02:00
parent a607511c01
commit 5162ebfd3b

View File

@ -30,6 +30,8 @@ Documentation:
- https://github.com/hlissner/doom-emacs/blob/develop/docs/index.org
* Useful Bindings
- =align-regexp=: equivalent of [[https://github.com/junegunn/vim-easy-align][vim-easy-align]]. Very useful to align tables and stuff
| =spc := | Execute command |
| =spc <= | Switch to buffer |
| =spc X= | org-capture |
@ -1426,6 +1428,15 @@ Nice Functions:
)
#+end_src
** Org Roam
#+begin_src emacs-lisp
(use-package! org-roam
:config
(setq org-roam-directory "~/Cloud/org-roam/")
(setq org-roam-completion-system 'helm)
)
#+end_src
** Org Projects
#+begin_src emacs-lisp
(setq org-publish-project-alist
@ -2813,6 +2824,7 @@ they are implemented.
+dragndrop ; drag & drop files/images into org buffers
+hugo ; use Emacs for hugo blogging
+journal ;
+roam ;
+pomodoro ;
+present) ; using org-mode for presentations
python ; beautiful is better than ugly