Add undo-tree to emacs
This commit is contained in:
parent
a21eb91ccb
commit
f97595ff1e
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue