Merge pull request #465 from bixuanzju/patch-1
`lisp-complete-symbol` is obsolete
This commit is contained in:
commit
2c2855841c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
(prelude-require-packages '(rainbow-delimiters))
|
||||
|
||||
;; Lisp configuration
|
||||
(define-key read-expression-map (kbd "TAB") 'lisp-complete-symbol)
|
||||
(define-key read-expression-map (kbd "TAB") 'completion-at-point)
|
||||
|
||||
;; wrap keybindings
|
||||
(define-key lisp-mode-shared-map (kbd "M-(") (prelude-wrap-with "("))
|
||||
|
|
Loading…
Reference in a new issue