mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
fix: disable emacs devdocs update on startup
This caused errors when starting the emacs daemon with no internet connection.
This commit is contained in:
parent
af3224a1d5
commit
1af0cc3ac5
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue