oni-scheme: Allow ‘|’ to be used in Scheme
This commit is contained in:
parent
d953b8e242
commit
d02f229daf
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2025.0212.234333
|
||||
;; Version: 2025.0602.150536
|
||||
;; Package-Requires: (oni-company oni-paredit rainbow-delimiters geiser geiser-guile)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -105,5 +105,7 @@
|
|||
;;;###autoload
|
||||
(add-to-list 'interpreter-mode-alist '("scsh" . scheme-mode))
|
||||
|
||||
(modify-syntax-entry ?| "_" scheme-mode-syntax-table)
|
||||
|
||||
(provide 'oni-scheme)
|
||||
;;; oni-scheme.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue