소스 검색

Stop reloading init file on emacs exit

master
10sr 6 년 전
부모
커밋
fe90981e97
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. +0
    -9
      emacs.el

+ 0
- 9
emacs.el 파일 보기

@@ -206,15 +206,6 @@ found, otherwise returns nil."
(tool-bar-mode 0))
(and (fboundp 'set-scroll-bar-mode)
(set-scroll-bar-mode nil))
(add-hook 'kill-emacs-hook
;; load init file when terminating emacs to ensure file is not broken
'reload-init-file)

(defun my-force-kill-emacs ()
"My force kill Emacs."
(interactive)
(let ((kill-emacs-hook nil))
(kill-emacs)))

(call-after-init
(lambda ()


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