From 8406f6039659377e64d4f9c3e258703e2f0ef7a1 Mon Sep 17 00:00:00 2001 From: jowj Date: Fri, 7 Jun 2019 11:10:57 -0500 Subject: [PATCH] Retrying flycheck, forcing python3 location. --- applicationConfiguration/.emacs/jlj-init.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/applicationConfiguration/.emacs/jlj-init.org b/applicationConfiguration/.emacs/jlj-init.org index ed944d5..50720c4 100644 --- a/applicationConfiguration/.emacs/jlj-init.org +++ b/applicationConfiguration/.emacs/jlj-init.org @@ -234,7 +234,7 @@ I really use this for just the searching from emacs (setq elpy-modules (delq 'elpy-module-flymake elpy-modules)) (add-hook 'elpy-mode-hook 'flycheck-mode)) (elpy-enable) - (setq python-shell-interpreter "python3" + (setq python-shell-interpreter "/usr/local/bin/python3" python-shell-interpreter-args "-i"))) (use-package py-autopep8 @@ -267,8 +267,13 @@ lets you run jupyter notebooks within emacs. * flycheck #+BEGIN_SRC emacs-lisp (use-package flycheck - :ensure t) + :ensure t + :init + (global-flycheck-mode t)) #+END_SRC + +#+RESULTS: + * znc / erc config This is such a pain in the dick. Its really nice to be able to chat within emacs - but i think i regret not using weechat