diff options
author | Ben Sima <ben@bsima.me> | 2022-08-09 07:31:26 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-08-09 07:31:26 -0400 |
commit | a55d3efcaa9b8d2a30b40606dae3e06b37665369 (patch) | |
tree | 2e4436ff0d90c99b0484988d6e57fd9efbb4b6e9 /lib | |
parent | 7bc783fdee832c8e0e2afe4161f9157284c54691 (diff) |
Add zeal/dash and some other things to emacs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/emacs-packages.nix | 4 | ||||
-rw-r--r-- | lib/packages.nix | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/emacs-packages.nix b/lib/emacs-packages.nix index b02e8ec..eeb85dd 100644 --- a/lib/emacs-packages.nix +++ b/lib/emacs-packages.nix @@ -5,6 +5,8 @@ with epkgs; [ ace-window ace-link +all-the-icons +anzu avy avy-zap # bbdb @@ -15,6 +17,7 @@ cl-lib company company-cabal counsel +counsel-dash crux define-word dired-narrow @@ -89,5 +92,6 @@ winum yaml-mode yasnippet yasnippet-snippets +zeal-at-point zoom ] diff --git a/lib/packages.nix b/lib/packages.nix index 30d52d2..caf2449 100644 --- a/lib/packages.nix +++ b/lib/packages.nix @@ -106,13 +106,12 @@ in { ripgrep tmux tree - tut unrar unzip urlscan w3m + zeal zebra zip ]; } - |