From 3af826d8e7b87d1f6defebcfb3ceb9eebe8cf022 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 7 May 2008 18:30:41 +0100 Subject: [PATCH] emacs: Make C-u C-SPC C-SPC ... continue popping marks. This is a neat feature I hadn't noticed before. --- emacs | 1 + 1 file changed, 1 insertion(+) 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" -- 2.11.0