From df8ccacb192cda6491dfbf2826480899744dbbe0 Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 7 Feb 2019 13:20:56 -0600 Subject: [PATCH] Add new packages. --- applicationConfiguration/.emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/applicationConfiguration/.emacs/init.el b/applicationConfiguration/.emacs/init.el index 738b9e7..0249684 100644 --- a/applicationConfiguration/.emacs/init.el +++ b/applicationConfiguration/.emacs/init.el @@ -121,8 +121,10 @@ '(("c" "generic \"to do\" capture template" entry (file "~/Nextcloud/Documentsy/org/refile-beorg.org") "" :immediate-finish t))) + '(org-modules + '(org-bbdb org-bibtex org-docview org-gnus org-habit org-info org-irc org-mhe org-rmail org-w3m)) '(package-selected-packages - '(pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode))) + '(flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode))) ;; run emacs as server (connect to it with `emacsclient`)