diff options
author | Thanos Apollo <[email protected]> | 2023-06-03 20:01:24 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-03 20:01:24 +0300 |
commit | c03f85213813fb54324b73402bf0608207e2fd04 (patch) | |
tree | 0152938c32b961c130522dd706a62c891a2cd5ce | |
parent | b5da5a496af89f1a984bf7f449c6d6f81213ad9d (diff) |
emacs: change emms to use global-set-key
-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~ |