Try to fix sly
This commit is contained in:
parent
7d3406378f
commit
3da7b0c623
@ -93,7 +93,6 @@
|
||||
;; (switch-to-buffer vterm-buff)
|
||||
;; (puthash nil (vterm vterm-buffer-name) my/project-vterm-hash-table)))))
|
||||
|
||||
|
||||
;; ai stuff (also mostly fun)
|
||||
;; (use-package ellama
|
||||
;; :defer nil
|
||||
|
10
init.el
10
init.el
@ -903,13 +903,15 @@ COMMAND and COMINT are like `compile'."
|
||||
|
||||
;; sly
|
||||
(use-package sly
|
||||
:hook (lisp-mode . my/common-lisp-autoconnect-sly)
|
||||
:hook (lisp-mode . my/-lisp-mode-autoconnect-sly)
|
||||
:autoload sly-connected-p
|
||||
:init
|
||||
(defun my/common-lisp-autoconnect-sly ()
|
||||
(defun my/-lisp-mode-autoconnect-sly ()
|
||||
(unless (sly-connected-p)
|
||||
(save-excursion (sly))))
|
||||
(setq inferior-lisp-program "/usr/bin/sbcl"))
|
||||
(sly)))
|
||||
(setq inferior-lisp-program "/usr/bin/sbcl")
|
||||
:config
|
||||
(sly-symbol-completion-mode -1))
|
||||
|
||||
;; pdf-tools
|
||||
(use-package pdf-tools
|
||||
|
Loading…
Reference in New Issue
Block a user