summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-11 03:42:43 +0000
committerjao <jao@gnu.org>2021-02-11 03:42:43 +0000
commitf108972c2c0048fc7ca9ebd010ee6acdfbcda54a (patch)
tree5579074862a0faf0744440ff5f4ae91f36b1f8d1 /init.org
parent17d4aef5413349c9d4172422059da559991078ad (diff)
downloadelibs-f108972c2c0048fc7ca9ebd010ee6acdfbcda54a.tar.gz
elibs-f108972c2c0048fc7ca9ebd010ee6acdfbcda54a.tar.bz2
init fixes
Diffstat (limited to 'init.org')
-rw-r--r--init.org7
1 files changed, 3 insertions, 4 deletions
diff --git a/init.org b/init.org
index 7efbe1d..e7a4391 100644
--- a/init.org
+++ b/init.org
@@ -209,7 +209,7 @@
#+begin_src emacs-lisp
(use-package memory-usage :ensure t)
#+end_src
-*** Keyboard
+*** Keyboard and hydra
#+begin_src emacs-lisp
(use-package hydra :ensure t)
@@ -1303,7 +1303,7 @@
:demand t
:custom ((switch-window-minibuffer-shortcut ?z)
(switch-window-background t)
- (switch-window-shortcut-style querty)
+ (switch-window-shortcut-style 'qwerty)
(switch-window-timeout 7)
(switch-window-threshold 3))
:bind (("M-o" . switch-window)
@@ -4049,8 +4049,7 @@
#+begin_src emacs-lisp
(use-package jao-mpris
:config
- (jao-mpris-minibuffer-order 50)
- (setq jao-mpris--current)
+ (setq jao-mpris-minibuffer-order 50)
(dolist (name '("spotifyd" "spotify" "mopidy"))
(jao-mpris-minibuffer-register name)
(jao-mpris-minibuffer-register name :system)))