summaryrefslogtreecommitdiff
path: root/.doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/config.el')
-rw-r--r--.doom.d/config.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index a8f672e8..184c7057 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -202,6 +202,7 @@
(set-company-backend! 'elpy-mode
'(elpy-company-backend :with company-files company-yasnippet)))
(setq elpy-rpc-timeout 10)
+(remove-hook 'elpy-modules 'elpy-module-flymake)
(defun certn/new-spike ()
@@ -209,3 +210,4 @@
(interactive)
(let ((name (read-string "Ticket: ")))
(expand-file-name (format "%s.org" name) "~/org/Lazer/Certn/Spikes")))
+