文件名称:matlab图片叠加的代码-emacs.d:emacs.d
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-12 13:44:23
系统开源
matlab图片叠加的代码Emacs配置文件 关于 这是emacs的配置文件。 主要是通过此启发性的init文件学习/窃取的 目录 最初的 词汇绑定 ; ;; -*- lexical-binding : t ; -*- 设置自动纠缠 从复制这些代码 首次加载此配置时, init.el是已加载的文件。 看起来像这样: ; ; This file replaces itself with the actual configuration at first run. ; ; We can't tangle without org! ( require 'org ) ; ; Open the configuration ( find-file ( concat user-emacs-directory " init.org " )) ; ; tangle it ( org-babel-tangle ) ; ; load it ( load-file ( concat user-emacs-directory " init.el " )) ; ; finally byte-compile it
【文件预览】:
emacs.d-master
----README.org(44KB)
----init.org(46KB)