diff --git a/bundle/bundles.el b/bundle/bundles.el index 3953551b..01860181 100644 --- a/bundle/bundles.el +++ b/bundle/bundles.el @@ -7,6 +7,7 @@ (require 'org-mode-settings) (require 'sbcl-settings) (require 'hooks) +(require 'elpy-settings) (provide 'bundles) diff --git a/bundle/custom.el b/bundle/custom.el index 4adfd49c..6b0820e8 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -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) diff --git a/bundle/elpy-settings.el b/bundle/elpy-settings.el new file mode 100644 index 00000000..12ed919d --- /dev/null +++ b/bundle/elpy-settings.el @@ -0,0 +1,5 @@ +(setenv "IPY_TEST_SIMPLE_PROMPT" "1") +(setq python-shell-interpreter "ipython" + python-shell-interpreter-args "-i") + +(provide 'elpy-settings) diff --git a/eww-bookmarks b/eww-bookmarks index 2aa01213..5627bc61 100644 --- a/eww-bookmarks +++ b/eww-bookmarks @@ -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")