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 -*-
|
||||
|
||||
(use-package daemons
|
||||
:custom
|
||||
(daemons-list-fill-frame t))
|
||||
|
||||
(use-package dired
|
||||
:custom
|
||||
(dired-listing-switches
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
(specifications->manifest
|
||||
'("emacs-pgtk"
|
||||
"emacs-corfu"
|
||||
"emacs-daemons"
|
||||
"emacs-doom-modeline"
|
||||
"emacs-envrc"
|
||||
"emacs-flycheck"
|
||||
|
||||
@ -45,7 +45,6 @@
|
||||
"neovim"
|
||||
|
||||
"emacs-corfu"
|
||||
"emacs-daemons"
|
||||
"emacs-doom-modeline"
|
||||
"emacs-envrc"
|
||||
"emacs-flycheck"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user