diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-31 01:42:59 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-31 01:42:59 -0400 |
commit | 3327384949bc6c578ebb4e5e80b0f7f6f99fc1bd (patch) | |
tree | f92187a3565f5d3c095048b9f6b3c7ea725c684b /.config/guix/manifest | |
parent | 822ac360f8ec3f376b5ba0db6510160d836ac913 (diff) | |
download | configs-3327384949bc6c578ebb4e5e80b0f7f6f99fc1bd.tar.gz configs-3327384949bc6c578ebb4e5e80b0f7f6f99fc1bd.tar.xz configs-3327384949bc6c578ebb4e5e80b0f7f6f99fc1bd.zip |
emacs: use straight.el for package management again
it seems easier/cleaner to use straight rather than going through all
of guix. not sure; might end up using guix again for it at some point.
also, fork lean-mode and remove runtime requiring of cl, and use the
fork. should submit PR and switch back to upstream once it’s merged.
Diffstat (limited to '.config/guix/manifest')
-rw-r--r-- | .config/guix/manifest/jirud.scm | 53 |
1 files changed, 1 insertions, 52 deletions
diff --git a/.config/guix/manifest/jirud.scm b/.config/guix/manifest/jirud.scm index 34094ed..92a67ff 100644 --- a/.config/guix/manifest/jirud.scm +++ b/.config/guix/manifest/jirud.scm @@ -2,58 +2,7 @@ '("audacity" "bash-completion" "cvs" - "emacs" - "emacs-alert" - "emacs-async" - "emacs-biblio-git" - "emacs-boxquote" - "emacs-company" - "emacs-company-ebdb" - "emacs-crux" - "emacs-dash" - "emacs-debbugs" - "emacs-delight" - "emacs-diff-hl" - ;; "emacs-doom-themes" - "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" - "emacs-orgalist" - "emacs-page-break-lines" - "emacs-pass" - "emacs-pdf-tools" - "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" - "emacs-yasnippet" + ;; "emacs" "font-adobe-source-code-pro" ;; "font-gnu-freefont-ttf" ;; "font-google-roboto" |