summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacs.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 6dd3a9c..93b87fa 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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