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

;;; Commentary:

;;; Code:

(require 'expand-region)

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