ソースを参照

Push mark when not set yet

master
10sr 4年前
コミット
2f9a30d1d1
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更4行の追加3行の削除
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el ファイルの表示

@@ -534,9 +534,10 @@ Otherwize hook it."
;; (when (fboundp 'visible-mark-move-overlays)
;; (visible-mark-move-overlays))
))
(add-hook 'find-file-hook
'push-mark
t)
(add-hook 'switch-buffer-functions
(lambda (&rest _)
(unless (mark t)
(push-mark))))

(when (fboundp 'back-button-mode)
(back-button-mode 1))


読み込み中…
キャンセル
保存