diff options
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -750,7 +750,7 @@ Create function to watch videos using ~mpv~ #+end_src ** Keybindings #+begin_src emacs-lisp - (define-key thanos/applications-map (kbd "e") 'emms) + (global-set-key (kbd "C-c e") 'emms) #+end_src * Eshell First let's set ~eshell-visual-commands~ |