diff options
author | Case Duckworth | 2021-03-12 23:05:42 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-12 23:05:42 -0600 |
commit | 8661a1ffea2a898785633fefeb4378a90f658ba4 (patch) | |
tree | 14c107868f63003ead01aac43753742126490a4e | |
parent | Change default font at home (diff) | |
download | emacs-8661a1ffea2a898785633fefeb4378a90f658ba4.tar.gz emacs-8661a1ffea2a898785633fefeb4378a90f658ba4.zip |
Add `expand-region'
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index d2d5b68..a46ad65 100644 --- a/init.el +++ b/init.el | |||
@@ -285,6 +285,10 @@ | |||
285 | :now ((acdw/sunrise-sunset #'modus-themes-load-operandi | 285 | :now ((acdw/sunrise-sunset #'modus-themes-load-operandi |
286 | #'modus-themes-load-vivendi))) | 286 | #'modus-themes-load-vivendi))) |
287 | 287 | ||
288 | ;; Expand-region | ||
289 | (acdw/pkg expand-region | ||
290 | :binds (("C-=" er/expand-region))) | ||
291 | |||
288 | ;;; Mode line | 292 | ;;; Mode line |
289 | 293 | ||
290 | ;; Minions | 294 | ;; Minions |