bui
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user