diff options
author | Thanos Apollo <[email protected]> | 2023-05-04 10:25:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-04 10:25:00 +0300 |
commit | 1aa34295a75822debeefb8d7b9a2b0a508974d5a (patch) | |
tree | d50a799352cd83eace16a3bbccce1bd26523b97f /emacs.org | |
parent | 6c20da97b1787dbd6c195e118456fd52641ad81e (diff) |
emacs: Update eshell visual commands
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -910,6 +910,10 @@ Create function to watch videos using ~mpv~ (defun pcomplete/hut () "Completion rules for `hut' command" (pcomplete-here (append pcomplete-hut-commands))) + + (add-to-list 'eshell-visual-commands "mocp") + + ;; #+end_src * Misc ** Random functions |