aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2022-12-20 20:37:02 +0100
committerTimo Wilken2022-12-20 20:37:02 +0100
commitda1ff8a0816e430d2c035217d80db3be5cc919ab (patch)
treef6b6f59c14b27564ec0a58eafd90429c380a0e2a
parent92ff2e4e3a9c4e822e14ca7b9460b23cb488256c (diff)
Reshuffle Emacs and development packages
-rw-r--r--home-configuration.scm22
1 files changed, 8 insertions, 14 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 74abf75d..bd81fbef 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -363,8 +363,13 @@ replacement spec (to which `regexp-substitute/global' is applied)."
;; Work
"s3cmd" "python-alibuild" ; "python-alidistlint"
+ ;; Shell
+ "zsh" "zsh-autosuggestions" "zsh-syntax-highlighting" "zsh-autopair"
+ "zsh-completions" ; my own package
+
;; Development & language servers
"make"
+ "shellcheck"
"clang" ; for clangd
"python-lsp-server"
;; Supported OotB by eglot, but not packaged by guix:
@@ -418,21 +423,10 @@ replacement spec (to which `regexp-substitute/global' is applied)."
"emacs-evil-text-object-python"
"emacs-geiser" "emacs-geiser-racket" "emacs-geiser-guile"
- "emacs-ledger-mode" ; "emacs-hledger-mode"
"emacs-flymake-collection" ; "emacs-flymake-flycheck" ; if needed
- "emacs-cmake-mode"
- "emacs-graphviz-dot-mode"
- "emacs-hcl-mode"
- "emacs-mmm-mode"
- "emacs-puppet-mode"
- "emacs-web-mode"
- "emacs-rec-mode"
- "emacs-yaml-mode"
-
- "shellcheck"
- ;; Shell
- "zsh" "zsh-autosuggestions" "zsh-syntax-highlighting" "zsh-autopair"
- "zsh-completions")))) ; my own package
+ "emacs-cmake-mode" "emacs-graphviz-dot-mode" "emacs-hcl-mode"
+ "emacs-ledger-mode" "emacs-mmm-mode" "emacs-puppet-mode"
+ "emacs-rec-mode" "emacs-web-mode" "emacs-yaml-mode"))))
;; To search for available home services, run 'guix home search KEYWORD'.
(services