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

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")