소스 검색

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))


불러오는 중...
취소
저장