aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-18 21:05:25 +0200
committerThanos Apollo <[email protected]>2024-03-18 21:06:15 +0200
commit59635b779cb7890d2cb2b6af75014d2a29b35efa (patch)
tree87af8a205ff3741133bbb933219ea77d9bdfe1f9 /yeetube.el
parentfc91fd70b997958b1391b0914354fc7d3c8ee682 (diff)
yeetube-mode: Add emojify-mode
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 0162476..1d88ed1 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -676,7 +676,9 @@ A and B are vectors."
(setq-local yeetube-mpv-show-status t)
(display-line-numbers-mode 0)
(tabulated-list-init-header)
- (tabulated-list-print))
+ (tabulated-list-print)
+ (when (fboundp 'emojify-mode)
+ (emojify-mode 1)))
(provide 'yeetube)
;;; yeetube.el ends here