Pārlūkot izejas kodu

Remove highlight-mark

master
10sr pirms 4 gadiem
vecāks
revīzija
39b7b10f9a
Parakstījis: 10sr GPG atslēgas ID: C384BB17CBB19347
1 mainītis faili ar 0 papildinājumiem un 17 dzēšanām
  1. +0
    -17
      emacs.el

+ 0
- 17
emacs.el Parādīt failu

@@ -2937,23 +2937,6 @@ Any output will be written to current buffer."
)
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; highlight-mark

(defvar-local highlight-mark-last-mark-position nil
"Last mark object.")

(defun highlight-mark-post-command ()
"Update highlight mark on mark change."
(unless (eq (mark t)
highlight-mark-last-mark-position)
(setq highlight-mark-last-mark-position (mark t))
(message "Mark changed! %S"
highlight-mark-last-mark-position)))

(add-hook 'post-command-hook
'highlight-mark-post-command)

;;;;;;;;;;;;;;
;; mmv
;; https://www.emacswiki.org/emacs/MakingMarkVisible


Notiek ielāde…
Atcelt
Saglabāt