From 2f4b1b8fed352fa28b9a83d6592dd4deb1a0d1ab Mon Sep 17 00:00:00 2001 From: Ryan Orlando Date: Mon, 9 Sep 2024 19:39:03 -0700 Subject: [PATCH] bui --- .config/doom/config.el | 2 ++ .config/waybar/config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index d6339fd..b32e1c0 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -245,3 +245,5 @@ ;; Loop through the buffer and replace **word** with *word* only if not in headings (while (re-search-forward "\\([^*]\\)\\*\\*\\([^*\n]+\\)\\*\\*" nil t) (replace-match "\\1*\\2*")))) + +(setq geiser-guile-binary "/usr/bin/guile3.0") diff --git a/.config/waybar/config b/.config/waybar/config index 4ed75f9..30c2748 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -24,7 +24,7 @@ "tooltip-format": "{calendar}" }, "custom/music": { - "exec": "~/.config/waybar/scripts/music.py", + "exec": "~/.config/waybar/scripts/music.scm", "interval": 3, "tooltip": false },