spacemacs代码太复杂,doom-emacs代码也不简单,我选择lunarymacs

加油 :smile:

对的,我也是 org-ref 耗了很大部分时间。等有空了看看怎么解决。

问个问题,为什么doom-emacs启动快,有什么技巧吗

Doom-emacs作者自己的总结:

我个人感觉,对启动时间影响最大的还是auto-load做的好不好。


其实他很多优化也就减少零点几秒的启动时间,但是这少一点那少一点积攒起来就有能感觉到的变化了,尤其是本来启动时间就在2 3秒这个量级。

延迟加载,大量运用了autoload。参考use-package。

请问支持windows环境吗?

没试过,不清楚。不过win 10自带linux虚拟机?之前看新闻说商店里可以直接下载打包好的ubuntu等等发行版。

doom-emacs 和 centaur-emacs都是支持Windows的。

··· Debugger entered–Lisp error: (error “Unable to find theme file for ‘doom-cyberpunk’”) signal(error (“Unable to find theme file for ‘doom-cyberpunk’”)) error(“Unable to find theme file for `%s’” doom-cyberpunk) #f(compiled-function (theme &optional no-confirm no-enable) (interactive (list (intern (completing-read "Load custom theme: " (mapcar (quote symbol-name) (custom-available-themes)))) nil nil)) #<bytecode 0x100084e47>)(doom-cyberpunk t nil) apply(#f(compiled-function (theme &optional no-confirm no-enable) (interactive (list (intern (completing-read "Load custom theme: " (mapcar (quote symbol-name) (custom-available-themes)))) nil nil)) #<bytecode 0x100084e47>) (doom-cyberpunk t nil)) #f(advice-wrapper :after #f(compiled-function (theme &optional no-confirm no-enable) (interactive (list (intern (completing-read "Load custom theme: " (mapcar (quote symbol-name) (custom-available-themes)))) nil nil)) #<bytecode 0x100084e47>) luna-run-load-theme-hook)(doom-cyberpunk t nil) apply(#f(advice-wrapper :after #f(compiled-function (theme &optional no-confirm no-enable) (interactive (list (intern (completing-read "Load custom theme: " (mapcar … …))) nil nil)) #<bytecode 0x100084e47>) luna-run-load-theme-hook) (doom-cyberpunk t nil)) load-theme(doom-cyberpunk t nil) luna-load-theme(nil t) eval-buffer(#<buffer load> nil “c:/Users/jacklisp/.emacs.d/init.el” nil t) ; Reading at buffer position 2470 load-with-code-conversion(“c:/Users/jacklisp/.emacs.d/init.el” “c:/Users/jacklisp/.emacs.d/init.el” t t) load(“c:/Users/jacklisp/.emacs.d/init” t t) #f(compiled-function () #<bytecode 0x1000bce5d>)() command-line() normal-top-level()

请问这个是缺少主题吗?找不到主题文件,windows 下 msys2系统,emacs 26.2

doom-themes没装好吧

我安装的最新版doom-themes怎么没有找到这个主题?

还真是。。好像没这个主题

去搜索一下放在doom-themes private的文件夹下就行了,确实不在doom-themes中

doom-themes主题怎么安装?我看目录里没有存放doom-themes主题的文件夹呀

doom-cyberpunk是lunarymacs作者创建的

作者在github创建了这个,说是来自doom-emacs作者的一份主题拷贝

doom-作者的:

装哪个都可以吧?

作者将自己的自用主题发帖在这里了

下面这个是官方的,最近更新了很多主题。我是推荐这个,直接从 melpa 安装就可以。

他这个wiki上的回复有点老了,develop他又改了一些,之前在reddit看到过作者回复来着。

抱歉回晚了,最近比较忙。

我是魔改了doom-one,我那个fork最开始几个commit改了几个颜色有了cyberpunk,后面的commit就改得越来越多,和原repo不兼容了。建议你用最开始的几个commit。