summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.doom.d/config.el2
-rw-r--r--.doom.d/init.el2
2 files changed, 3 insertions, 1 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")))
+
diff --git a/.doom.d/init.el b/.doom.d/init.el
index 8a48aab8..c3b2476e 100644
--- a/.doom.d/init.el
+++ b/.doom.d/init.el
@@ -30,7 +30,7 @@
doom ; what makes DOOM look the way it does
doom-dashboard ; a nifty splash screen for Emacs
doom-quit ; DOOM quit-message prompts when you quit Emacs
- ;;(emoji +unicode) ; 🙂
+ (emoji +unicode) ; 🙂
;;fill-column ; a `fill-column' indicator
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra