From 80b8fffbfe2ec9fdb5e03d73fcf5af785665884d Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 24 May 2020 12:06:17 -0700 Subject: Switch to CTRLF, change expand region bind --- emacs/inits/11-selectrum.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'emacs/inits/11-selectrum.el') diff --git a/emacs/inits/11-selectrum.el b/emacs/inits/11-selectrum.el index aea43d3..0be23a0 100644 --- a/emacs/inits/11-selectrum.el +++ b/emacs/inits/11-selectrum.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-05-04 13:08:01 (tslil@bison)> +;; Time-stamp: <2020-05-24 12:03:56 (tslil@bison)> (use-package deadgrep :ensure t @@ -32,6 +32,7 @@ (selectrum-prescient-mode +1) (prescient-persist-mode +1)) -;; (use-package ctrlf -;; :ensure t -;; :config (ctrlf-mode +1)) +(use-package ctrlf + :ensure t + :config + (ctrlf-mode +1)) -- cgit v1.2.3