summaryrefslogtreecommitdiff
path: root/elisp/geiser-repl.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/geiser-repl.el')
-rw-r--r--elisp/geiser-repl.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el
index b66e000..e9567b3 100644
--- a/elisp/geiser-repl.el
+++ b/elisp/geiser-repl.el
@@ -10,7 +10,6 @@
;;; Code:
-(require 'geiser-company)
(require 'geiser-doc)
(require 'geiser-autodoc)
(require 'geiser-edit)
@@ -106,10 +105,6 @@ change that."
"Whether to enable `geiser-autodoc-mode' in the REPL by default."
:type 'boolean)
-(geiser-custom--defcustom geiser-repl-company-p t
- "Whether to use company-mode for completion, if available."
- :type 'boolean)
-
(geiser-custom--defcustom geiser-repl-read-only-prompt-p t
"Whether the REPL's prompt should be read-only."
:type 'boolean)
@@ -560,7 +555,6 @@ will be set up using `geiser-connect-local' when a REPL is started.")
(geiser-repl--connection-setup impl address prompt-rx deb-prompt-rx))
(geiser-repl--startup impl address)
(geiser-repl--autodoc-mode 1)
- (geiser-company--setup geiser-repl-company-p)
(geiser-repl--set-up-load-path)
(add-hook 'comint-output-filter-functions
'geiser-repl--output-filter