diff options
| author | qaristote <quentin.aristote@ens.fr> | 2023-03-14 18:52:21 +0100 |
|---|---|---|
| committer | qaristote <quentin.aristote@ens.fr> | 2023-03-14 18:52:21 +0100 |
| commit | e54ebb41e5ac3bd1d5d663875a30be389ee04bdb (patch) | |
| tree | eec201a807dfc44ec449f35c1dff2d2df1b66292 | |
| parent | 1dbabfe398699329373d1bb9994cee66e2b3317b (diff) | |
home: emacs: setup org-roam
| -rw-r--r-- | home/spacemacs.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/spacemacs.el b/home/spacemacs.el index b7d643f..44ba9c5 100644 --- a/home/spacemacs.el +++ b/home/spacemacs.el @@ -586,6 +586,7 @@ Put your configuration code here, except for variables that should be set before packages are loaded." ;; Variables customization (custom-set-variables + ;; tuareg '(merlin-command "ocamlmerlin") ;; reftex @@ -594,11 +595,15 @@ before packages are loaded." "nobibliography" "addbibresource")) + ;; compiling packages ;; don't pop warning buffer on native comp '(native-comp-async-report-warnings-errors 'silent) ;; restrict which warnings are shown '(warning-minimum-level :emergency) + + ;; org-roam + '(org-roam-directory (file-truename "~/documents/notes/src")) ) ;; auto-completion @@ -606,6 +611,7 @@ before packages are loaded." ;; hooks (add-hook 'LaTeX-mode-hook 'outline-minor-mode) + (org-roam-db-autosync-mode) ;; Key bindings (defun my-ediff-dotfile-and-template () |
