emacs: Make C-u C-SPC C-SPC ... continue popping marks.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 May 2008 17:30:41 +0000 (18:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 May 2008 17:30:41 +0000 (18:30 +0100)
This is a neat feature I hadn't noticed before.

emacs

diff --git a/emacs b/emacs
index ba49c51..2aaf952 100644 (file)
--- a/emacs
+++ b/emacs
       '("-print0 | xargs -0r ls -ld" . "ld"))
 (setq bookmark-save-flag 0)            ;Save bookmarks automatically
 (setq Info-fontify-maximum-menu-size 60000)
+(setq set-mark-command-repeat-pop t)
 (setq ispell-program-name "aspell"
       ispell-local-dictionary "en_GB-ize-w_accents"
       flyspell-default-dictionary "en_GB-ize-w_accents"