10sr 2 лет назад
Родитель
Сommit
366f3d03ed
Подписано: 10sr Идентификатор GPG ключа: 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


Загрузка…
Отмена
Сохранить