diff options
author | jao <jao@gnu.org> | 2021-02-11 03:42:43 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-11 03:42:43 +0000 |
commit | f108972c2c0048fc7ca9ebd010ee6acdfbcda54a (patch) | |
tree | 5579074862a0faf0744440ff5f4ae91f36b1f8d1 | |
parent | 17d4aef5413349c9d4172422059da559991078ad (diff) | |
download | elibs-f108972c2c0048fc7ca9ebd010ee6acdfbcda54a.tar.gz elibs-f108972c2c0048fc7ca9ebd010ee6acdfbcda54a.tar.bz2 |
init fixes
-rw-r--r-- | init.org | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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))) |