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/inits/14-movement.el | |
| parent | f229132fe819bd596020451b4f25a5d46a952cdd (diff) | |
Switch to CTRLF, change expand region bind
Diffstat (limited to 'emacs/inits/14-movement.el')
| -rw-r--r-- | emacs/inits/14-movement.el | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
