diff options
author | Thanos Apollo <[email protected]> | 2024-03-18 21:05:25 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-18 21:06:15 +0200 |
commit | 59635b779cb7890d2cb2b6af75014d2a29b35efa (patch) | |
tree | 87af8a205ff3741133bbb933219ea77d9bdfe1f9 | |
parent | fc91fd70b997958b1391b0914354fc7d3c8ee682 (diff) |
yeetube-mode: Add emojify-mode
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |