mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
examples: emacs: Remove emacs-daemons.
* modules/rosenthal/examples/emacs/manifest.scm: Remove emacs-daemons. * modules/rosenthal/examples/emacs/init-miscellaneous.el (daemons): Remove. * modules/rosenthal/examples/guix/config.tmpl (%my-home) [packages]: Adjust accordingly.
This commit is contained in:
parent
c83606a8c7
commit
725aaa9044
@ -1,9 +1,5 @@
|
|||||||
;;; -*- lexical-binding: t -*-
|
;;; -*- lexical-binding: t -*-
|
||||||
|
|
||||||
(use-package daemons
|
|
||||||
:custom
|
|
||||||
(daemons-list-fill-frame t))
|
|
||||||
|
|
||||||
(use-package dired
|
(use-package dired
|
||||||
:custom
|
:custom
|
||||||
(dired-listing-switches
|
(dired-listing-switches
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'("emacs-pgtk"
|
'("emacs-pgtk"
|
||||||
"emacs-corfu"
|
"emacs-corfu"
|
||||||
"emacs-daemons"
|
|
||||||
"emacs-doom-modeline"
|
"emacs-doom-modeline"
|
||||||
"emacs-envrc"
|
"emacs-envrc"
|
||||||
"emacs-flycheck"
|
"emacs-flycheck"
|
||||||
|
|||||||
@ -45,7 +45,6 @@
|
|||||||
"neovim"
|
"neovim"
|
||||||
|
|
||||||
"emacs-corfu"
|
"emacs-corfu"
|
||||||
"emacs-daemons"
|
|
||||||
"emacs-doom-modeline"
|
"emacs-doom-modeline"
|
||||||
"emacs-envrc"
|
"emacs-envrc"
|
||||||
"emacs-flycheck"
|
"emacs-flycheck"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user