diff --git a/.gitignore b/.gitignore index 017112c..e3d99a9 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ workspace/ /elpaca/ /tramp /nov-places +/devdocs/ diff --git a/configs/init-packages.el b/configs/init-packages.el index 9a018b9..eff48f6 100644 --- a/configs/init-packages.el +++ b/configs/init-packages.el @@ -63,6 +63,10 @@ )) ) +;; Coloca en emacs la documentacón distribuída por devdocs.io +(use-package devdocs + :defer t) + ;; Sidebar a la derecha con los archivos (use-package dired-sidebar :defer t