summaryrefslogtreecommitdiff
path: root/.config/guix/modules/shell.scm
diff options
context:
space:
mode:
authorbd <bdunahu@colostate.edu>2024-05-21 23:47:19 -0600
committerbd <bdunahu@colostate.edu>2024-05-21 23:47:19 -0600
commit817fc10ea1bc4377e99c0f82dbc2e161179b0b3e (patch)
tree7a34f0b9c296fb7cb87983ee9d72667dafdc1c65 /.config/guix/modules/shell.scm
parent9004f1eb0087e1e345642e2f50f312c4a467b890 (diff)
Remove contextual shell for now
Diffstat (limited to '.config/guix/modules/shell.scm')
-rw-r--r--.config/guix/modules/shell.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/guix/modules/shell.scm b/.config/guix/modules/shell.scm
index 1381c24..38676f2 100644
--- a/.config/guix/modules/shell.scm
+++ b/.config/guix/modules/shell.scm
@@ -22,7 +22,7 @@
("suspend" . "sudo bash -c 'echo mem > /sys/power/state'")
("vi" . "vim")
("xeb" . "emacsclient -nce '(switch-to-buffer nil)'")
- ("xet" . "emacsclient -nce '(bd/contextual-shell)'")
+ ("xet" . "emacsclient -nce '(shell)'")
("ytta" . "yt-dlp --extract-audio --format bestaudio/best")
("yttv" . "yt-dlp -f b")))