diff options
| author | tslil clingman <> | 2020-04-01 22:15:21 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-04-01 22:15:21 -0700 |
| commit | ac428fe37c63732f3de8be47185a295f0ffa83a9 (patch) | |
| tree | e8cd03bff78d7c3c6ed45e993dc8f1a0b71b01ec /emacs/inits/11-selectrum.el | |
| parent | 67759e2a72916e697c67fc23c5c47f64ccda8647 (diff) | |
Moved volume control to (patche) tinymenu-based pulseaudio-control interface
Diffstat (limited to 'emacs/inits/11-selectrum.el')
| -rw-r--r-- | emacs/inits/11-selectrum.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/inits/11-selectrum.el b/emacs/inits/11-selectrum.el index c8c9470..d7aaab2 100644 --- a/emacs/inits/11-selectrum.el +++ b/emacs/inits/11-selectrum.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-03-04 21:49:27 (tslil@bison)> +;; Time-stamp: <2020-03-31 09:11:15 (tslil@bison)> (use-package deadgrep :ensure t @@ -27,11 +27,11 @@ selectrum-count-style 'matches) (selectrum-mode +1)) +(quelpa '(selectrum-prescient :fetcher git :url "https://github.com/raxod502/prescient.git")) + (use-package prescient :ensure t) -(quelpa '(selectrum-prescient :fetcher git :url "https://github.com/raxod502/prescient.git")) - (use-package selectrum-prescient :ensure t :config |
