summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-04 10:25:00 +0300
committerThanos Apollo <[email protected]>2023-05-04 10:25:00 +0300
commit1aa34295a75822debeefb8d7b9a2b0a508974d5a (patch)
treed50a799352cd83eace16a3bbccce1bd26523b97f /emacs.org
parent6c20da97b1787dbd6c195e118456fd52641ad81e (diff)
emacs: Update eshell visual commands
Diffstat (limited to 'emacs.org')
-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