summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-27 18:11:29 +0000
committerjao <jao@gnu.org>2024-03-27 18:11:29 +0000
commit3d501ff145ff88f96452fd172816d0fe2ac05911 (patch)
tree6c45b90e764b4037b098b6c16bb905cdeff9049b
parentbb477cae460bff43fbc5cd79357fc4d43cee1e50 (diff)
downloadelibs-3d501ff145ff88f96452fd172816d0fe2ac05911.tar.gz
elibs-3d501ff145ff88f96452fd172816d0fe2ac05911.tar.bz2
nits
-rw-r--r--init.el6
-rw-r--r--lib/themes/jao-themes.el1
2 files changed, 4 insertions, 3 deletions
diff --git a/init.el b/init.el
index 9c142a1..4a16614 100644
--- a/init.el
+++ b/init.el
@@ -2563,7 +2563,7 @@
(jao-tracking-faces 'warning)
(jao-tracking-cleaner "logstash-\\([^-]+\\)-\\(.+\\)" "\\2-\\1")
(jao-tracking-cleaner
- "^\\*Slack - .*? : \\(mpdm-\\)?\\([^ ]+\\)\\( \\(T\\)\\)?.*" "\\2\\4")
+ "^\\*Slack - .*? : \\(MPIM: \\)?\\([^ ]+\\)\\( \\(T\\)\\)?.*" "\\2\\4")
(jao-define-attached-buffer "\\*Slack .+ Edit Message [0-9].+" 20))
;;;; telegram
@@ -2786,7 +2786,7 @@
(defun jao-mpris-setup-aliases ()
(setq espotify-play-uri-function #'espotify-play-uri-with-dbus)
- (setq jao-mpris-player "mopidy")
+ ;; (setq jao-mpris-player "mopidy")
(defalias 'jao-streaming-list #'jao-mpc-mopidy-playlist)
(defalias 'jao-streaming-lyrics #'jao-mpris-lyrics)
(defalias 'jao-streaming-toggle #'jao-mpris-play-pause)
@@ -2836,7 +2836,7 @@
(jao-defun-play next)
(jao-defun-play previous)
(jao-defun-play stop)
-(jao-defun-play echo echo-current)
+(jao-defun-play echo echo-current-times)
(jao-defun-play list show-playlist)
(jao-defun-play info lyrics-track-data)
(jao-defun-play browse show-albums)
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index c88738c..b1aa265 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -597,6 +597,7 @@
(font-lock-type-face (p type))
(font-lock-variable-name-face (p variable-name))
(font-lock-warning-face (p warning))
+ (forge-pullreq-open (c nil nil))
(forge-topic-label bx)
(fringe (p dimm))
(fuel-font-lock-debug-error (p error) nul)