Add undo-tree to emacs
This commit is contained in:
parent
a21eb91ccb
commit
f97595ff1e
|
@ -41,7 +41,7 @@
|
|||
|
||||
custom-emacs =
|
||||
with newpkgs;
|
||||
((emacsPackagesFor emacsPgtk).emacsWithPackages (epkgs: with epkgs; [
|
||||
((emacsPackagesFor (emacs-pgtk.override { withNativeCompilation = true; })).emacsWithPackages (epkgs: with epkgs; [
|
||||
avy
|
||||
better-jumper
|
||||
company
|
||||
|
@ -72,6 +72,7 @@
|
|||
treemacs-evil
|
||||
treemacs-projectile
|
||||
treemacs-magit
|
||||
undo-tree
|
||||
use-package
|
||||
vertico
|
||||
which-key
|
||||
|
|
Loading…
Reference in a new issue