Add elpy settings
This commit is contained in:
parent
b36a9373b4
commit
906325de64
4 changed files with 11 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
(require 'org-mode-settings)
|
||||
(require 'sbcl-settings)
|
||||
(require 'hooks)
|
||||
(require 'elpy-settings)
|
||||
|
||||
(provide 'bundles)
|
||||
|
||||
|
|
|
@ -58,7 +58,8 @@
|
|||
("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600 nil)
|
||||
("Omegacube" "https://www.omegacube.com/feed/" nil 3600 nil)
|
||||
("logisticsbureau" "https://www.logisticsbureau.com/feed/" nil 3600 nil)
|
||||
("nixcraft" "https://www.cyberciti.biz/atom/atom.xml" nil nil nil))))
|
||||
("nixcraft" "https://www.cyberciti.biz/atom/atom.xml" nil nil nil)
|
||||
("realpython" "https://realpython.com/atom.xml" nil nil nil))))
|
||||
'(nord-comment-brightness 15)
|
||||
'(nord-region-highlight "snowstorm")
|
||||
'(nord-uniform-mode-lines t)
|
||||
|
|
5
bundle/elpy-settings.el
Normal file
5
bundle/elpy-settings.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
(setenv "IPY_TEST_SIMPLE_PROMPT" "1")
|
||||
(setq python-shell-interpreter "ipython"
|
||||
python-shell-interpreter-args "-i")
|
||||
|
||||
(provide 'elpy-settings)
|
|
@ -1,5 +1,7 @@
|
|||
;; Auto-generated file; don't edit
|
||||
((:url "https://elpy.readthedocs.io/en/latest/index.html" :title "Elpy — Elpy 1.32.0 documentation" :time "Wed Feb 19 19:01:44 2020")
|
||||
((:url "https://ipython.readthedocs.io/en/stable/index.html" :title "IPython Documentation — IPython 7.12.0 documentation" :time "Sun Feb 23 19:38:39 2020")
|
||||
(:url "https://sw.kovidgoyal.net/kitty/index.html" :title "kitty - the fast, featureful, GPU based terminal emulator — kitty 0.16.0 documentation" :time "Sat Feb 22 16:44:19 2020")
|
||||
(:url "https://elpy.readthedocs.io/en/latest/index.html" :title "Elpy — Elpy 1.32.0 documentation" :time "Wed Feb 19 19:01:44 2020")
|
||||
(:url "https://github.com/dfeich/org-babel-examples" :title "GitHub - dfeich/org-babel-examples: Examples using emacs org mode babel inline source code with different backend languages" :time "Tue Feb 18 14:45:12 2020")
|
||||
(:url "https://github.com/skuro/plantuml-mode" :title "GitHub - skuro/plantuml-mode: A major mode for editing PlantUML sources in Emacs" :time "Tue Feb 18 14:44:15 2020")
|
||||
(:url "https://org-babel.readthedocs.io/en/latest/" :title "Org Babel reference card" :time "Mon Feb 17 20:38:25 2020")
|
||||
|
|
Loading…
Add table
Reference in a new issue