From 4991dcb7a7191352e2bf3c5ebf0dd5dab353ecc5 Mon Sep 17 00:00:00 2001 From: Rutherther <rutherther@proton.me> Date: Thu, 5 Oct 2023 17:01:27 +0200 Subject: [PATCH] feat: change request backend to url retrieve to support jupyter --- modules/editors/emacs/doom.d/custom.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/editors/emacs/doom.d/custom.el b/modules/editors/emacs/doom.d/custom.el index 693c331..e298675 100644 --- a/modules/editors/emacs/doom.d/custom.el +++ b/modules/editors/emacs/doom.d/custom.el @@ -4,7 +4,9 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(lsp-vhdl-server 'vhdl-ls) + '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'") '(package-selected-packages '(tree-sitter)) + '(request-backend 'url-retrieve) '(safe-local-variable-values '((rustic-cargo-run-arguments . "--release") (rustic-cargo-build-arguments . "--release") -- 2.48.1