bui
This commit is contained in:
@@ -245,3 +245,5 @@
|
|||||||
;; Loop through the buffer and replace **word** with *word* only if not in headings
|
;; Loop through the buffer and replace **word** with *word* only if not in headings
|
||||||
(while (re-search-forward "\\([^*]\\)\\*\\*\\([^*\n]+\\)\\*\\*" nil t)
|
(while (re-search-forward "\\([^*]\\)\\*\\*\\([^*\n]+\\)\\*\\*" nil t)
|
||||||
(replace-match "\\1*\\2*"))))
|
(replace-match "\\1*\\2*"))))
|
||||||
|
|
||||||
|
(setq geiser-guile-binary "/usr/bin/guile3.0")
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"tooltip-format": "<tt><big>{calendar}</big></tt>"
|
"tooltip-format": "<tt><big>{calendar}</big></tt>"
|
||||||
},
|
},
|
||||||
"custom/music": {
|
"custom/music": {
|
||||||
"exec": "~/.config/waybar/scripts/music.py",
|
"exec": "~/.config/waybar/scripts/music.scm",
|
||||||
"interval": 3,
|
"interval": 3,
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user