guix and geiser

master
Pete Ley 5 months ago
parent 12bd18420d
commit 7df7d31f57

@ -10,3 +10,6 @@ alias tree="tree -a -I .git"
alias startex="startx ~/.xinitrc-exwm; systemctl --user stop exwm"
alias pm="python manage.py"
GUIX_PROFILE="$HOME/.guix-profile"
. "$GUIX_PROFILE/etc/profile"

@ -62,3 +62,8 @@ Add a `startex` alias that starts EXWM and closes the daemon after.
#+begin_src bash
alias pm="python manage.py"
#+end_src
* guix
#+begin_src bash
GUIX_PROFILE="$HOME/.guix-profile"
. "$GUIX_PROFILE/etc/profile"
#+end_src

@ -505,3 +505,6 @@ Why is this necessary for me to define? The world may never know."
:bind (("C-x C-j C-e" . jabber-erase-all-activity)))
(when-user-file-exists "local-init.el" (load it))
(use-package geiser)
(use-package geiser-guile)

@ -757,3 +757,8 @@ This file is loaded by slime
#+begin_src elisp
(when-user-file-exists "local-init.el" (load it))
#+end_src
* Geiser
#+begin_src elisp
(use-package geiser)
(use-package geiser-guile)
#+end_src

Loading…
Cancel
Save