summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-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~