adding tree-sitter back in
This commit is contained in:
parent
1711f8088f
commit
cc34d2e8ee
6 changed files with 111 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue