Use scheme-mode for "csi" interpreter

I like writing CHICKEN Scheme scripts without the .scm extension -
this lets me auto-enable scheme-mode for them.
This commit is contained in:
contrapunctus 2019-11-30 09:43:08 +05:30
parent 99671f9061
commit 6ac7cf017c
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@
;; ;; `((,(kbd "C-."))))
;; )
(use-package scheme-mode
:defer t
:interpreter "csi")
(defun contrapunctus-lisp-copy (arg)
"Run `whole-line-or-region-copy-region-as-kill' if region is
active, else `sp-copy-sexp'."