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?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…