From 3ab06f555088b2df765b02d0d384b1afb8150e15 Mon Sep 17 00:00:00 2001 From: ROCKTAKEY Date: Tue, 3 May 2022 19:51:57 +0900 Subject: [PATCH] Remove `geiser-company--setup` --- elisp/guix-repl.el | 1 - 1 file changed, 1 deletion(-) diff --git a/elisp/guix-repl.el b/elisp/guix-repl.el index 5dd446f..bf1dc82 100644 --- a/elisp/guix-repl.el +++ b/elisp/guix-repl.el @@ -328,7 +328,6 @@ this address (it should be defined by geiser-guile--debugger-prompt-regexp)) (geiser-repl--startup impl address) (geiser-repl--autodoc-mode 1) - (geiser-company--setup geiser-repl-company-p) (add-hook 'comint-output-filter-functions 'guix-repl-output-filter nil t)