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 +++++---- emacs/inits/14-movement.el | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'emacs/inits') 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)) diff --git a/emacs/inits/14-movement.el b/emacs/inits/14-movement.el index b9318a5..eff69b3 100644 --- a/emacs/inits/14-movement.el +++ b/emacs/inits/14-movement.el @@ -1,10 +1,10 @@ -;; Time-stamp: <2020-03-28 13:02:05 (tslil@bison)> +;; Time-stamp: <2020-05-24 12:03:24 (tslil@bison)> ;; ------------------------------------------------------------------- ;; Repeated key presses for region, deletion, and movement (use-package expand-region :ensure t - :bind ("C-r" . er/expand-region) + :bind (("M-r" . er/expand-region)) :config (setq expand-region-fast-keys-enabled t expand-region-contract-fast-key "c" -- cgit v1.2.3