瀏覽代碼

Add comment

master
10sr 5 年之前
父節點
當前提交
57ffc12c75
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el 查看文件

@@ -24,6 +24,7 @@
"If `after-init-hook' has been run, call FUNC immediately.
Otherwize hook it."
(if after-init-time
;; Currently after-init-hook is run just after setting after-init-hook
(funcall func)
(add-hook 'after-init-hook
func)))


Loading…
取消
儲存