소스 검색

Enable local custom.el and custom setup.

cray
Mitch Tishmack 11 년 전
부모
커밋
856bb3fe4a
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      emacs/.emacs.d/emacs.org

+ 9
- 0
emacs/.emacs.d/emacs.org 파일 보기

@@ -972,3 +972,12 @@ Create the *auto-insert-alist* so all the mode lists are the same
auto-insert-alist)
)
#+END_SRC
* custom

Load this up last to allow for local customization if needed and to keep from custom writing to the init.el file.

#+BEGIN_SRC emacs-lisp
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'noerror)

#+END_SRC

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