浏览代码

Load ~/.emacs.d/local.el at end of emacs startup

Allows for local customization outside of customize
master
Mitch Tishmack 10 年前
父节点
当前提交
bae94cd656
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      emacs.org

+ 5
- 0
emacs.org 查看文件

@@ -1297,3 +1297,8 @@ Load this up last to allow for local customization if needed and to keep from cu
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'noerror)
#+END_SRC

* Load any local definitions
#+BEGIN_SRC emacs-lisp
(load-file "~/.emacs.d/local.el")
#+END_SRC

正在加载...
取消
保存