From 5162ebfd3b3795d24ddfc26dd382dcbe3c6b3c2b Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 1 Apr 2020 10:27:25 +0200 Subject: [PATCH] Add org-roam --- dotfiles/doom.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dotfiles/doom.org b/dotfiles/doom.org index 558c138..3155f08 100644 --- a/dotfiles/doom.org +++ b/dotfiles/doom.org @@ -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