diff options
author | jao <jao@gnu.org> | 2022-09-02 03:13:26 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-02 03:13:26 +0100 |
commit | 6ce5f612c74f4ab3e64c6d372219b4ee45489104 (patch) | |
tree | 9e96c07aa2a7c5371f3665bc9f7721b505c44516 /custom | |
parent | c1b7415179a0c3bfd4e74f41663d1816b2fd2135 (diff) | |
download | elibs-6ce5f612c74f4ab3e64c6d372219b4ee45489104.tar.gz elibs-6ce5f612c74f4ab3e64c6d372219b4ee45489104.tar.bz2 |
lowercase frame names
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-email.el | 2 | ||||
-rw-r--r-- | custom/jao-custom-eww.el | 2 | ||||
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 | ||||
-rw-r--r-- | custom/jao-custom-w3m.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index 83707ee..c3a9804 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -301,7 +301,7 @@ (mapcar #'buffer-name (seq-filter #'jao-mail-buffer-p (buffer-list)))))) -(jao-consult-add-buffer-source 'jao-mail-consult-source "Mail" ?n) +(jao-consult-add-buffer-source 'jao-mail-consult-source "mail" ?n) ;;; . (provide 'jao-custom-email) diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index ae486fb..f33aed1 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -77,7 +77,7 @@ (propertize (if (string-blank-p tl) url tl) 'buffer b 'url url)))) (seq-filter #'jao-www--buffer-p (buffer-list)))))) - (jao-consult-add-buffer-source 'jao-eww-buffer-source "Web" ?e)) + (jao-consult-add-buffer-source 'jao-eww-buffer-source "web" ?e)) ;;; images (defun jao-eww-next-image () diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 142b962..b079af1 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -272,7 +272,7 @@ (defun jao-notmuch-refresh-hello (&optional agenda) (interactive "P") (ignore-errors - (when (and (string= "Mail" (jao-afio-frame-name)) + (when (and (string= "mail" (jao-afio-frame-name)) (derived-mode-p 'notmuch-hello-mode)) (when (not (string-blank-p jao-notmuch-minibuffer-string)) (let ((notmuch-hello-auto-refresh nil)) (notmuch-hello))) diff --git a/custom/jao-custom-w3m.el b/custom/jao-custom-w3m.el index 0edac5e..e36d23f 100644 --- a/custom/jao-custom-w3m.el +++ b/custom/jao-custom-w3m.el @@ -124,7 +124,7 @@ :action (lambda (b) (jao-afio-goto-www) (switch-to-buffer (get-text-property 0 'buffer b))))) - (jao-consult-add-buffer-source 'jao-consult-w3m-source "Web" ?w))) + (jao-consult-add-buffer-source 'jao-consult-w3m-source "web" ?w))) ;;; package (use-package w3m |