summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-expand-region.el
blob: 19064d2b144052a74fef48ec1644d01efcd7618b (plain)
1
2
3
4
5
6
7
8
9
10
;;; expand-region --- Configuration

;;; Commentary:

;;; Code:

(require-package 'expand-region)

(provide 'init-expand-region)
;;; init-expand-region ends here