summaryrefslogtreecommitdiff
path: root/lisp/init-general.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-02-13 23:49:19 -0500
committerKyle Meyer <kyle@kyleam.com>2015-02-13 23:49:19 -0500
commita69be17a62f08dd60a60e9384d37fbc0e28fe6d0 (patch)
tree5f8144a2e3b55ae7d19aa93b8181ecea0ec86137 /lisp/init-general.el
parent4d2b8607e5d1c8b447610b1fe1a7c23a26190324 (diff)
downloademacs.d-a69be17a62f08dd60a60e9384d37fbc0e28fe6d0.tar.gz
Enable set-mark-command-repeat-pop
Diffstat (limited to 'lisp/init-general.el')
-rw-r--r--lisp/init-general.el2
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)