aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
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