ソースを参照

Push mark when find-file

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

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

@@ -534,6 +534,9 @@ Otherwize hook it."
;; (when (fboundp 'visible-mark-move-overlays)
;; (visible-mark-move-overlays))
))
(add-hook 'find-file-hook
'push-mark
t)

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


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