diff options
| author | tslil clingman <> | 2020-05-24 12:06:17 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-05-24 12:06:17 -0700 |
| commit | 80b8fffbfe2ec9fdb5e03d73fcf5af785665884d (patch) | |
| tree | b36897f138ad723b7a481328a27028c5adfff302 /emacs | |
| parent | f229132fe819bd596020451b4f25a5d46a952cdd (diff) | |
Switch to CTRLF, change expand region bind
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/inits/11-selectrum.el | 9 | ||||
| -rw-r--r-- | emacs/inits/14-movement.el | 4 |
2 files changed, 7 insertions, 6 deletions
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" |
