From 22b985173073b9f4ae832278a2625511af3f79e4 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 16 Mar 2025 15:57:10 +1100 Subject: [emacs][i3] Add fringe indicators for emms play groups And various other changes --- emacs/.emacs.d/lisp/my/my-web.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/lisp/my/my-web.el') diff --git a/emacs/.emacs.d/lisp/my/my-web.el b/emacs/.emacs.d/lisp/my/my-web.el index 7d08936..d1eacb6 100644 --- a/emacs/.emacs.d/lisp/my/my-web.el +++ b/emacs/.emacs.d/lisp/my/my-web.el @@ -163,6 +163,7 @@ Useful for bypassing some paywalls." (require 'hmm) (defvar my-url-context-function 'hmm-url "Context function for urls.") +(defvar my-file-context-function 'hmm-file "Context function for files.") (defun my-hacker-news-url-p (url) "Check if a url is a hacker news post. -- cgit v1.2.3