This commit is contained in:
2024-09-09 19:39:03 -07:00
parent a4484f61e7
commit 2f4b1b8fed
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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")
+1 -1
View File
@@ -24,7 +24,7 @@
"tooltip-format": "<tt><big>{calendar}</big></tt>"
},
"custom/music": {
"exec": "~/.config/waybar/scripts/music.py",
"exec": "~/.config/waybar/scripts/music.scm",
"interval": 3,
"tooltip": false
},