Starting out with org-roam
This commit is contained in:
parent
741d9b5b6a
commit
b22971dbd5
9 changed files with 96 additions and 11 deletions
|
@ -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; []
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue