Please enable JavaScript in your browser!
首页
发现
帮助
登录
jao
/
emacs-config
镜像自地址
https://codeberg.org/jao/elibs.git
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
暂无描述
1847
提交历史
1
代码分支
0
版本发布
分支:
main
分支列表
标签列表
main
emacs-config
HTTPS
SSH
ZIP
TAR.GZ
jao
3f2983300b
deps.edn as compilation root
2 天之前
attic
418212e4eb
Revert "{if,when}-let deprecation in emacs 31"
8 月之前
custom
0c9f29e8f3
exwm: system-tray watcher
2 天之前
data
af63540b8d
foot now uses correct font sizes
2 年之前
lib
3f2983300b
deps.edn as compilation root
2 天之前
.gitignore
200692bb1f
desorgification
3 年之前
init.el
d730b1d6d9
bad exwm initialisation
2 天之前
readme.org
36f316b7ab
readme
1 年之前
readme.org
init.el
: main init file; it uses (besides ELPA packages loaded via
~use-package~), my unpackaged libraries in [[./lib][lib]], and loads on demand the other custom files below.
custom/jao-custom-completion.el
: completion setup using vertico,
consult and friends.
custom/jao-custom-org.el
org mode configuration.
custom/jao-custom-blog.el
: blogging using org-static-blog.
custom/jao-custom-email.el
: generic email handling in emacs.
custom/jao-custom-gnus.el
: gnus-specific configuration.
custom/jao-custom-notmuch.el
: notmuch-specific configuration.
custom/jao-custom-eww.el
: browsing with eww.
custom/jao-custom-exwm.el
: configuration for exwm.
The
attic
contains other configuration files not currently used by
init.el
.