diff options
-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 ]; } - |