소스 검색

reload-rcfile -> reload-init-file

pull/1/head
10sr 12 년 전
부모
커밋
06058ef0d0
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      emacs.el

+ 4
- 4
emacs.el 파일 보기

@@ -90,8 +90,8 @@ otherwise the path where the library installed."
(and (fboundp 'set-scroll-bar-mode)
(set-scroll-bar-mode nil))
(add-hook 'kill-emacs-hook
;; load when exitting to examine if file is written properly
'reload-rcfile)
;; load init file when terminating emacs to ensure file is not broken
'reload-init-file)

(add-hook 'after-init-hook
(lambda ()
@@ -136,8 +136,8 @@ otherwise the path where the library installed."
t)
(require 'save-window-size nil t))

(defun reload-rcfile ()
"Reload emacs rc file."
(defun reload-init-file ()
"Reload emacs init file."
(interactive)
(when (file-readable-p user-init-file)
(load-file user-init-file)))


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