diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-02-13 23:49:19 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-02-13 23:49:19 -0500 |
commit | a69be17a62f08dd60a60e9384d37fbc0e28fe6d0 (patch) | |
tree | 5f8144a2e3b55ae7d19aa93b8181ecea0ec86137 | |
parent | 4d2b8607e5d1c8b447610b1fe1a7c23a26190324 (diff) | |
download | emacs.d-a69be17a62f08dd60a60e9384d37fbc0e28fe6d0.tar.gz |
Enable set-mark-command-repeat-pop
-rw-r--r-- | lisp/init-general.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-general.el b/lisp/init-general.el index 03056cc..cc17dce 100644 --- a/lisp/init-general.el +++ b/lisp/init-general.el @@ -9,6 +9,8 @@ (setq-default indicate-empty-lines t indent-tabs-mode nil) +(setq set-mark-command-repeat-pop t) + (setq custom-file "~/.emacs.d/custom.el") (load custom-file) |