dev-scheme/gerbil: fix emacs mode; verbose compilation

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć
2021-02-01 16:20:30 +01:00
parent 46bebd65b9
commit b71f6353f2
3 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
;;; gerbil site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'gerbil-mode "gerbil-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.ss\\'" . gerbil-mode))