summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index f2a99b4..2c3b050 100644
--- a/init.org
+++ b/init.org
@@ -145,7 +145,7 @@
#+begin_src emacs-lisp
(jao-load-path "app-launcher")
(use-package app-launcher
- :bind (("s-r" . app-launcher-run-app)))
+ :bind (("s-R" . app-launcher-run-app)))
#+end_src
*** Brightness control
#+begin_src emacs-lisp