lisp: Add redshank config.

master
Pierre Neidhardt 2019-08-18 18:43:51 +02:00
parent 2f6306d22c
commit 9787dd2c35
1 changed files with 5 additions and 0 deletions

View File

@ -60,4 +60,9 @@
(when (require 'clhs nil 'noerror)
(clhs-setup)))
(with-eval-after-load 'redshank
(setq redshank-accessor-name-function 'redshank-accessor-name/%)
(define-key lisp-mode-map (kbd "C-x C-r c") 'redshank-defclass-skeleton)
(define-key lisp-mode-map (kbd "C-x C-r s") 'redshank-asdf-defsystem-skeleton))
(provide 'init-lisp)