From a67ca654307e9d25bab1992b03b00c44844f6029 Mon Sep 17 00:00:00 2001 From: John Miller Date: Fri, 26 Oct 2018 21:38:01 -0500 Subject: [PATCH] Update --- _sources/index.rst.txt | 2 - index.html | 166 +++++++++++++++++++++++------------------ searchindex.js | 2 +- 3 files changed, 93 insertions(+), 77 deletions(-) diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 5162fdd..8f3af31 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -77,7 +77,6 @@ available after emacs starts, try adding the following to your emacs init file: (package-initialize) (require 'ein) - (require 'ein-loaddefs) (require 'ein-notebook) (require 'ein-subpackages) @@ -219,7 +218,6 @@ Here is the minimal configuration. See customization_ for more details. .. sourcecode:: cl (require 'ein) - (require 'ein-loaddefs) (require 'ein-notebook) (require 'ein-subpackages) diff --git a/index.html b/index.html index 677e15a..3a0138b 100644 --- a/index.html +++ b/index.html @@ -75,29 +75,29 @@
  • Support for The Hy Language (EXPERIMENTAL)
  • -
  • Customization