about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-11-14T07·01+0300
committerclbot <clbot@tvl.fyi>2024-11-14T17·11+0000
commit7c25e2fab3a264c1c72761ce1dd7ead8a091a8d0 (patch)
treefcb995f71dee95da1f55afb3b983e51eab5ff1b3 /users
parent81a341f6eb23ab648534b04934acad2c180d0e46 (diff)
fix(tazjin/emacs): set telega video player command r/8920
Change-Id: If5296eb7aa7304801ade7a2c3a1aa6907b051e4f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12768
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r--users/tazjin/emacs/config/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/init.el b/users/tazjin/emacs/config/init.el
index 89aefdca4750..d11409f3eb1a 100644
--- a/users/tazjin/emacs/config/init.el
+++ b/users/tazjin/emacs/config/init.el
@@ -187,7 +187,8 @@
   :config (telega-mode-line-mode 1)
   :custom
   (telega-emoji-use-images nil)
-  (telega-completing-read-function #'completing-read))
+  (telega-completing-read-function #'completing-read)
+  (telega-video-player-command "vlc"))
 
 (use-package terraform-mode)
 (use-package toml-ts-mode)