summaryrefslogtreecommitdiff
path: root/emacs/inits/11-selectrum.el
diff options
context:
space:
mode:
authortslil clingman <>2020-04-01 22:15:21 -0700
committertslil clingman <>2020-04-01 22:15:21 -0700
commitac428fe37c63732f3de8be47185a295f0ffa83a9 (patch)
treee8cd03bff78d7c3c6ed45e993dc8f1a0b71b01ec /emacs/inits/11-selectrum.el
parent67759e2a72916e697c67fc23c5c47f64ccda8647 (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.el6
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