From ed4197ce4cc20ef1f13ef17c3ddf6baa3b7b4c60 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Sun, 29 Nov 2020 11:51:28 +0100 Subject: [PATCH] Tell emacs where to find gnus config --- bundle/custom_gnu.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 9c11e247..7d966116 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -18,6 +18,7 @@ '(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-folding elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-autodoc elpy-module-sane-defaults)) '(elpy-test-pytest-runner-command '("pytest")) '(fci-rule-color "#4C566A") + '(gnus-init-file "~/.emacs.d/.gnus.el") '(initial-buffer-choice "~/Documents/journal/notes.org") '(nov-text-width nil) '(nov-variable-pitch nil)