更换emacs的主题为molokai

目的:把emacs主题更换为一个 molokai 样式。

地址: https://github.com/hbin/molokai-theme 

emacs的配置文件

wsl2的debian: ~/.emacs.d/init.el 

windows下: C:\Users\jack\AppData\Roaming\.emacs.d\init.el 

操作:

1、下载molokai-theme.el 并放到 ~/.emacs.d/themes/

2、编辑 init.el

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(load-theme 'molokai t)

完成。

 

posted @ 2022-04-21 06:59  立体风  阅读(146)  评论(0编辑  收藏  举报