Add undo-tree to emacs

This commit is contained in:
outfoxxed 2023-08-13 16:56:59 -07:00
parent a21eb91ccb
commit f97595ff1e
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@
custom-emacs = custom-emacs =
with newpkgs; with newpkgs;
((emacsPackagesFor emacsPgtk).emacsWithPackages (epkgs: with epkgs; [ ((emacsPackagesFor (emacs-pgtk.override { withNativeCompilation = true; })).emacsWithPackages (epkgs: with epkgs; [
avy avy
better-jumper better-jumper
company company
@ -72,6 +72,7 @@
treemacs-evil treemacs-evil
treemacs-projectile treemacs-projectile
treemacs-magit treemacs-magit
undo-tree
use-package use-package
vertico vertico
which-key which-key