Starting out with org-roam

This commit is contained in:
Andrea Ciceri 2021-10-18 13:58:48 +02:00
parent 741d9b5b6a
commit b22971dbd5
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 96 additions and 11 deletions

View file

@ -22,6 +22,9 @@ emacsWithPackages (
fira-code-mode
org-superstar
org-roam
org-download
visual-fill-column
writegood-mode
nix-mode
lsp-python-ms
lispy
@ -40,10 +43,9 @@ emacsWithPackages (
) ++ (
with epkgs.elpaPackages; [
modus-themes
minimap
]
) ++ (
with pkgs; [
pkgs.graphviz-nox
]
with pkgs; []
)
)