Change to using ‘emacs-next-tree-sitter’
This commit is contained in:
parent
b144e84ea5
commit
39b6a32dbc
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
#:select (recutils
|
#:select (recutils
|
||||||
emacs-rec-mode))
|
emacs-rec-mode))
|
||||||
#:use-module ((gnu packages emacs)
|
#:use-module ((gnu packages emacs)
|
||||||
#:select (emacs-next))
|
#:select (emacs-next-tree-sitter))
|
||||||
#:use-module ((gnu packages emacs-xyz)
|
#:use-module ((gnu packages emacs-xyz)
|
||||||
#:select (emacs-org-roam
|
#:select (emacs-org-roam
|
||||||
emacs-vterm
|
emacs-vterm
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
pick-random-wallpaper
|
pick-random-wallpaper
|
||||||
notmuch-collect-tasks
|
notmuch-collect-tasks
|
||||||
notmuch-tag-mailinglists
|
notmuch-tag-mailinglists
|
||||||
(inbox-size emacs-next)
|
(inbox-size emacs-next-tree-sitter)
|
||||||
count-emails
|
count-emails
|
||||||
shutdown-rofi
|
shutdown-rofi
|
||||||
emacs-org-roam
|
emacs-org-roam
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
|
|
||||||
(service home-emacs-service-type
|
(service home-emacs-service-type
|
||||||
(home-emacs-configuration
|
(home-emacs-configuration
|
||||||
(package emacs-next)
|
(package emacs-next-tree-sitter)
|
||||||
(configurations
|
(configurations
|
||||||
(list
|
(list
|
||||||
(local-file "../services/emacs/init.el")
|
(local-file "../services/emacs/init.el")
|
||||||
|
|
Loading…
Reference in a new issue