fix: disable emacs devdocs update on startup

This caused errors when starting the emacs daemon with no internet
connection.
This commit is contained in:
Swarsel 2024-07-11 11:09:51 +02:00
parent af3224a1d5
commit 1af0cc3ac5
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 4 additions and 3 deletions

View file

@ -1133,7 +1133,7 @@ create a new one."
(add-hook 'c++-ts-mode-hook
(lambda () (setq-local devdocs-current-docs '("cpp"))))
(devdocs-update-all)
; (devdocs-update-all)
(use-package projectile
:diminish projectile-mode