Enable company in SLIME buffers

This commit is contained in:
contrapunctus 2022-01-15 00:45:52 +05:30
parent b3d08694d0
commit f00012df16
1 changed files with 3 additions and 1 deletions

View File

@ -4682,7 +4682,9 @@ All COMMAND-SPECS should be a list in the form
("M-n" . next-line)
("M-p" . previous-line)
("SPC" . self-insert-command)
("<f1> <f1>" . slime-documentation))
("<f1> <f1>" . slime-documentation)
("TAB" . company-indent-or-complete-common)
("C-i" . company-indent-or-complete-common))
(:map slime-repl-mode-map
("M-p" . slime-repl-previous-matching-input) ;; QWERTY "r"
("M-c" . slime-repl-previous-input)