Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
638 views
in Technique[技术] by (71.8m points)

lisp - Doom Emacs: Don't want auto complete in Slime-REPL

This question is exactly opposite to the below question.

Stack Overflow.

When I use Slime inside Doom Emacs, I am not able to type

(defun square (x)
   (* x x))

By the time I type (defun square (x)), two brackets are auto-completed, and when I etype enter, slime REPL is showing:

CL-USER> (defun square (x))
; in: DEFUN SQUARE
;     (SB-INT:NAMED-LAMBDA SQUARE
;         (X)
;       (BLOCK SQUARE))
; 
; caught STYLE-WARNING:
;   The variable X is defined but never used.
; 
; compilation unit finished
;   caught 1 STYLE-WARNING condition
SQUARE 

I don't know, which package DOOM is using for auto-complete and how to disable it?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...