From da1ff8a0816e430d2c035217d80db3be5cc919ab Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 20 Dec 2022 20:37:02 +0100 Subject: Reshuffle Emacs and development packages --- home-configuration.scm | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'home-configuration.scm') 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 -- cgit v1.2.3