adding tree-sitter back in

This commit is contained in:
Matt Nish-Lapidus 2023-03-29 08:58:08 -04:00
parent 1711f8088f
commit cc34d2e8ee
6 changed files with 111 additions and 79 deletions

View file

@ -126,7 +126,7 @@
"s-M-<right>" 'centaur-tabs-forward
"s-M-<left>" 'centaur-tabs-backward))
(setq default-frame-alist '( (left . 0) (top . 0) (height . 48) (width . 150) ))
(setq default-frame-alist '( (left . 0) (top . 0) (height . 48) (width . 160) ))
;; use kitty for terminal-here
(setq terminal-here-mac-terminal-command '("kitty"))
@ -155,7 +155,7 @@
(setq sly-lisp-implementations
'((sbcl ("sbcl"))
(ciel ("sbcl" "--core" "/Users/emenel/quicklisp/local-projects/CIEL/ciel-core" "--eval" "(in-package :ciel-user)"))))
(setq sly-default-lisp 'ciel)
(setq sly-default-lisp 'sbcl)
(setq sly-complete-symbol-function 'sly-flex-completions))
;; make esc close completion from corfu