aboutsummaryrefslogtreecommitdiff
path: root/misc/.config
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2025-01-06 21:30:13 +1100
committerYuchen Pei <id@ypei.org>2025-01-06 21:30:13 +1100
commit48a5e69b515861127f566110a1f82711633dcf33 (patch)
treee5a7a42db4a12828f541283dff5a87dffa5dbc6c /misc/.config
parenta0dbc5a005077c5905948076a39b721aac129545 (diff)
[emacs][rofi] browse-url jira from org-jira
* emacs/.emacs.d/init/ycp-web.el: Add org link handling jira; add my-org-jira-open-url as a browse-url-handler * emacs/.emacs.d/lisp/my/my-org-jira.el: add functions to fetch jira issue given a url * emacs/.emacs.d/lisp/my/my-web.el: remove the redundant my-browse-url now that we use browse-url-handlers * emacs/.emacs.d/lisp/my/my-ytdl.el: infobox to extract from ytdl supported video urls * misc/.config/rofi/config.rasi: newer versions of rofi does not do glob matching like prefix any more
Diffstat (limited to 'misc/.config')
-rw-r--r--misc/.config/rofi/config.rasi2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/.config/rofi/config.rasi b/misc/.config/rofi/config.rasi
index aab83de..041b095 100644
--- a/misc/.config/rofi/config.rasi
+++ b/misc/.config/rofi/config.rasi
@@ -33,7 +33,7 @@ configuration {
/* parse-hosts: false;*/
/* parse-known-hosts: true;*/
combi-modes: "run,drun";
- matching: "glob";
+ matching: "prefix";
/* tokenize: true;*/
/* m: "-5";*/
/* filter: ;*/