本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
mitchty
/
dotfiles
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Load ~/.emacs.d/local.el at end of emacs startup
Allows for local customization outside of customize
master
Mitch Tishmack
10 年之前
父節點
e89d0cefcb
當前提交
bae94cd656
共有
1 個檔案被更改
,包括
5 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
取消
儲存