diff options
author | 2019-08-06 15:59:50 -0400 | |
---|---|---|
committer | 2019-08-06 22:12:44 -0400 | |
commit | 5b10d87963635651193e26b20c11794c2858568c (patch) | |
tree | a5644d0437b0689027fe91df6b86b6d34eb8c618 /.config/guix/home-manifest.scm | |
parent | 4a72cb41c2cf0e575de05302de7723d26f00f8b6 (diff) | |
download | configs-5b10d87963635651193e26b20c11794c2858568c.tar.gz configs-5b10d87963635651193e26b20c11794c2858568c.tar.xz configs-5b10d87963635651193e26b20c11794c2858568c.zip |
emacs, guix: add back most packages unavailable in Guix proper
namely, the following:
- boxquote
- company-ebdb
- delight
- ebdb
- erc-scrolltoplace
- message-x
- mwim
- shrink-path
- unkillable-scratch
they are now packaged in my guix-bandali channel, and hopefully soon
in upstream guix as well.
Diffstat (limited to '.config/guix/home-manifest.scm')
-rw-r--r-- | .config/guix/home-manifest.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/guix/home-manifest.scm b/.config/guix/home-manifest.scm index 7ba223b..0819274 100644 --- a/.config/guix/home-manifest.scm +++ b/.config/guix/home-manifest.scm @@ -5,27 +5,35 @@ "emacs" "emacs-alert" "emacs-async" + "emacs-boxquote" "emacs-company" + "emacs-company-ebdb" "emacs-crux" "emacs-dash" "emacs-debbugs" + "emacs-delight" "emacs-diff-hl" + "emacs-ebdb" "emacs-emmet-mode" "emacs-emojify" "emacs-erc-hl-nicks" + "emacs-erc-scrolltoplace" "emacs-eshell-up" "emacs-exec-path-from-shell" "emacs-expand-region" "emacs-flycheck" "emacs-geiser" + ;; "emacs-gnus-harvest" "emacs-go-mode" "emacs-guix" "emacs-helpful" "emacs-hl-todo" "emacs-ivy" "emacs-magit" + "emacs-message-x" "emacs-multi-term" "emacs-multiple-cursors" + "emacs-mwim" "emacs-org" "emacs-org-contrib" "emacs-org-ref" @@ -34,9 +42,11 @@ "emacs-pass" "emacs-pinentry" "emacs-projectile" + "emacs-shrink-path" "emacs-smart-mode-line" "emacs-smex" "emacs-typo" + "emacs-unkillable-scratch" "emacs-use-package" "emacs-web-mode" "emacs-which-key" |