diff options
-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 |