1 Star 0 Fork 0

dudy.zhao/java_emacs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init.el 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pramod 提交于 2020-11-03 20:38 . Remove autogenerated code from init.el
;; Create a variable to indicate where emacs's configuration is installed
(setq EMACS_DIR "~/.emacs.d/")
;; Avoid garbage collection at statup
(setq gc-cons-threshold most-positive-fixnum ; 2^61 bytes
gc-cons-percentage 0.6)
;; All the settings and package installation is set in configuration.org
(org-babel-load-file "~/.emacs.d/emacs-configuration.org")
(add-hook 'emacs-startup-hook
(lambda ()
(setq gc-cons-threshold 300000000 ; 300mb
gc-cons-percentage 0.1)))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dudy.zhao/java_emacs.git
git@gitee.com:dudy.zhao/java_emacs.git
dudy.zhao
java_emacs
java_emacs
master

搜索帮助