[Close] 我感觉我的emacs卡卡的

…我也是doom的。

启动时间:

  • gui:1.5s左右

  • wsl:0.5s

然后打字的话,gui有点卡顿,wsl里面还可以,挺流畅的。

能分享下doom的配置吗?想看看和您的配置有哪些差别,感觉速度实在是太慢了。感谢

没什么特别的配置,我也是刚玩,都是一些插件。。

(add-to-list 'load-path "/home/fzdwx/.emacs.d/plugins/markdown-mode")
(add-to-list 'load-path "/home/fzdwx/.emacs.d/plugins/yasnippet")
(add-to-list 'load-path "/home/fzdwx/.emacs.d/plugins/posframe")
(add-to-list 'load-path "/home/fzdwx/.emacs.d/plugins/lsp-bridge")
(add-to-list 'load-path "/home/fzdwx/.emacs.d/plugins/go-mode.el")


(autoload 'go-mode "go-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode))
(add-hook 'go-mode-hook 'lsp-deferred)


(use-package markdown-mode
  :ensure t
  :mode ("README\\.md\\'" . gfm-mode)
  :init (setq markdown-command "multimarkdown"))

(require 'posframe)
(require 'yasnippet)
(yas-global-mode 1)
(require 'lsp-bridge)
(global-lsp-bridge-mode)
;; 打开日志,开发者才需要
(setq lsp-bridge-enable-log t)

壁纸好好看 能分享一下嘛:smiling_face_with_three_hearts::smiling_face_with_three_hearts::smiling_face_with_three_hearts:

… 软件是 steam里面的wallpaper engine,壁纸是星云变换t001

image

好。蟹蟹 :smiling_face_with_three_hearts: