Add org-roam
This commit is contained in:
parent
a607511c01
commit
5162ebfd3b
@ -30,6 +30,8 @@ Documentation:
|
|||||||
- https://github.com/hlissner/doom-emacs/blob/develop/docs/index.org
|
- https://github.com/hlissner/doom-emacs/blob/develop/docs/index.org
|
||||||
|
|
||||||
* Useful Bindings
|
* 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 := | Execute command |
|
||||||
| =spc <= | Switch to buffer |
|
| =spc <= | Switch to buffer |
|
||||||
| =spc X= | org-capture |
|
| =spc X= | org-capture |
|
||||||
@ -1426,6 +1428,15 @@ Nice Functions:
|
|||||||
)
|
)
|
||||||
#+end_src
|
#+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
|
** Org Projects
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-publish-project-alist
|
(setq org-publish-project-alist
|
||||||
@ -2813,6 +2824,7 @@ they are implemented.
|
|||||||
+dragndrop ; drag & drop files/images into org buffers
|
+dragndrop ; drag & drop files/images into org buffers
|
||||||
+hugo ; use Emacs for hugo blogging
|
+hugo ; use Emacs for hugo blogging
|
||||||
+journal ;
|
+journal ;
|
||||||
|
+roam ;
|
||||||
+pomodoro ;
|
+pomodoro ;
|
||||||
+present) ; using org-mode for presentations
|
+present) ; using org-mode for presentations
|
||||||
python ; beautiful is better than ugly
|
python ; beautiful is better than ugly
|
||||||
|
Loading…
Reference in New Issue
Block a user