From: Mark Wooding Date: Wed, 7 May 2008 17:30:41 +0000 (+0100) Subject: emacs: Make C-u C-SPC C-SPC ... continue popping marks. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/3af826d8e7b87d1f6defebcfb3ceb9eebe8cf022 emacs: Make C-u C-SPC C-SPC ... continue popping marks. This is a neat feature I hadn't noticed before. --- diff --git a/emacs b/emacs index ba49c51..2aaf952 100644 --- a/emacs +++ b/emacs @@ -160,6 +160,7 @@ '("-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"