From 4440f4f5b3217ed7c1275cc1e2716dd85795a85c Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 27 Apr 2020 14:25:53 +0900 Subject: [PATCH] More mark length --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 5bf04b8..442c628 100644 --- a/emacs.el +++ b/emacs.el @@ -519,6 +519,7 @@ Otherwize hook it." ;; 'fancy-narrow-mode)) ;; https://solist.work/blog/posts/mark-ring/ +(set-variable 'mark-ring-max 32) (defun my-exchange-point-and-mark () "`exchange-point-and-mark' without mark activation." (interactive)