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