瀏覽代碼

Add eglot configs

master
10sr 2 年之前
父節點
當前提交
366f3d03ed
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el 查看文件

@@ -3141,6 +3141,13 @@ ARGS are not used."
(when (fboundp 'projectile-mode)
(projectile-mode 1))

(with-eval-after-load 'eglot
(when (fboundp 'with-venv-advice-add)
(with-venv-advice-add 'eglot--executable-find))
(set-variable 'eldoc-echo-area-use-multiline-p nil))



(message "Emacs started at %s"
(current-time-string))
(run-with-idle-timer (* 3 60 60) ;; 3 hours


Loading…
取消
儲存