Remove old config

This commit is contained in:
contrapunctus 2022-01-14 12:28:22 +05:30
parent 4178488f64
commit d906a78c02
1 changed files with 1 additions and 11 deletions

View File

@ -4382,18 +4382,8 @@ All COMMAND-SPECS should be a list in the form
:remote-host "tilde.team"
:username "contrapunctus"))
(add-to-list 'company-backends 'company-slime))
(defun set-cl-repl-keys ()
(if (or (cp-buffer-name-match-p "^\*inferior-lisp\*\\(<[0-9]*>\\)?")
(eq major-mode 'lisp-mode))
(progn
(local-set-key (kbd "TAB") 'completion-at-point)
(local-set-key (kbd "M-'") 'sp-indent-defun))))
(add-hook 'slime-connected-hook 'set-cl-repl-keys)
(add-hook 'comint-mode-hook 'set-cl-repl-keys)
(add-hook 'lisp-mode-hook 'set-cl-repl-keys)
#+END_SRC
** Scheme
#+BEGIN_SRC emacs-lisp
(setq scheme-program-name "csi -:c")