setup:有用的配置宏

时间:2024-04-03 11:59:35
【文件属性】:

文件名称:setup:有用的配置宏

文件大小:9KB

文件格式:ZIP

更新时间:2024-04-03 11:59:35

setup.el “ setup”宏简化了重复的配置模式。 例如,这些宏: (setup shell (let ((key "C-c s")) (:global (key shell)) (:bind (key bury-buffer)))) (setup (:package paredit) (:hide-mode) (:hook-into scheme-mode lisp-mode)) (setup (:package yasnippet) (:with-mode yas-minor-mode (:rebind "" yas-expand) (:option yas-prompt-functions '(yas-completing-prompt) yas-wrap-around-region t) (:hook-into pr


【文件预览】:
setup-master
----LICENSE(7KB)
----.dir-locals.el(144B)
----README.md(2KB)
----setup.el(14KB)
----.gitignore(14B)

网友评论