diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-22T19·01+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-25T11·46+0000 |
commit | 1bdf44c61f90e83d8368ec964f382f0ff6593dbd (patch) | |
tree | 24b218e4b888e3c7e85a55ad3994c32861a8f760 /users/tazjin/emacs | |
parent | 739434f4170057f3a48113833dfcc5f247b2e6ac (diff) |
feat(tazjin/emacs): add zetteldeft & deft to prepare for showdown r/4110
The buildup to the showdown of org-roam vs. zetteldeft. I can never quite get into org, but I wanna find a solution to the problem I think I have which I think these solve Change-Id: I03f7ee63b0af8dc3f8c52ad6fa4d6fa5048540bd Reviewed-on: https://cl.tvl.fyi/c/depot/+/5644 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/emacs')
-rw-r--r-- | users/tazjin/emacs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix index 90cb6ef29982..5b778be1d9b6 100644 --- a/users/tazjin/emacs/default.nix +++ b/users/tazjin/emacs/default.nix @@ -32,6 +32,7 @@ pkgs.makeOverridable counsel counsel-notmuch d-mode + deft direnv dockerfile-mode eglot @@ -90,6 +91,7 @@ pkgs.makeOverridable xelb yaml-mode yasnippet + zetteldeft zoxide # Wonky stuff |