summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-28 18:28:17 +0000
committerjao <jao@gnu.org>2022-01-28 23:26:55 +0000
commitfe17687ca528a8d8526f40e8ba895cf48800e803 (patch)
treee13932390663d7e8e55608612bc182e90d4b0375 /init.org
parent305d1c5931a25f36bd2ba89b77971773b0de7ac4 (diff)
downloadelibs-fe17687ca528a8d8526f40e8ba895cf48800e803.tar.gz
elibs-fe17687ca528a8d8526f40e8ba895cf48800e803.tar.bz2
wee tweaks
Diffstat (limited to 'init.org')
-rw-r--r--init.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.org b/init.org
index f5db464..0bf7da3 100644
--- a/init.org
+++ b/init.org
@@ -2444,7 +2444,6 @@
geiser-repl-startup-time 20000
geiser-debug-auto-display-images-p t
geiser-log-verbose-p t
- geiser-repl-current-project-function 'project-current
geiser-active-implementations '(guile)
geiser-default-implementation 'guile))
@@ -2958,7 +2957,7 @@
(defun jao-spt-on-p () jao-spt-on)
(jao-spt-setup-aliases)
- (jao-def-runner jao-term-spt 0 "spt" "xterm" "-e" "spt")
+ (jao-def-exec-in-term "spt" "spt" (jao-afio--goto-scratch-1))
(defun jao-spotify-toggle-player ()
(interactive)
@@ -3063,7 +3062,7 @@
("l" "playing list" jao-spotify-list)
("L" "lyrics" jao-spotify-lyrics)
("w" "currently playing" jao-spotify-current)
- ("t" "toggle player" jao-spotify-toggle-player)]
+ ("T" "toggle player" jao-spotify-toggle-player)]
["Act" :if jao-spt-on-p
("k" "like" jao-spt-like)
("K" "dislike" jao-spt-dislike)