1
0
Fork 0

fix(emacs): add additional scribble configuration

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-12-29 04:39:31 -05:00
parent b02e7be07f
commit 8ac7f4a5ae
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -11,5 +11,11 @@
(setq auto-mode-alist (cons '("\\.pm$" . pollen-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\\.pmd$" . pollen-mode) auto-mode-alist))
(defun configure-scribble ()
"Configure keybinds for scribble"
(local-set-key (kbd "C-c C-c") #'compile))
(add-hook 'scribble-mode-hook #'configure-scribble)
(provide 'racket)
;;; racket.el ends here