Merge branch 'master' of github.com:jowj/agares

This commit is contained in:
jowj 2019-01-30 19:01:06 -06:00
commit 1ee2aa7289

View File

@ -122,7 +122,7 @@
(file "~/Nextcloud/Documentsy/org/refile-beorg.org")
"" :immediate-finish t)))
'(package-selected-packages
'(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)))
'(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`)
@ -130,6 +130,12 @@
;; PYTHON CONFIGURATION
;; --------------------------------------
;; enable org-mode babel python code blocks
(org-babel-do-load-languages
'org-babel-load-languages
'((python . t)
(matlab . t)))
(elpy-enable)
(setq python-shell-interpreter "python3"
python-shell-interpreter-args "-i")