summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-06-03 20:01:24 +0300
committerThanos Apollo <[email protected]>2023-06-03 20:01:24 +0300
commitc03f85213813fb54324b73402bf0608207e2fd04 (patch)
tree0152938c32b961c130522dd706a62c891a2cd5ce
parentb5da5a496af89f1a984bf7f449c6d6f81213ad9d (diff)
emacs: change emms to use global-set-key
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 67d8b37..aeba0f3 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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~