Browse Source

More mark length

master
10sr 4 years ago
parent
commit
4440f4f5b3
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -519,6 +519,7 @@ Otherwize hook it."
;; 'fancy-narrow-mode)) ;; 'fancy-narrow-mode))


;; https://solist.work/blog/posts/mark-ring/ ;; https://solist.work/blog/posts/mark-ring/
(set-variable 'mark-ring-max 32)
(defun my-exchange-point-and-mark () (defun my-exchange-point-and-mark ()
"`exchange-point-and-mark' without mark activation." "`exchange-point-and-mark' without mark activation."
(interactive) (interactive)


Loading…
Cancel
Save