fix(emacs): add additional scribble configuration
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b02e7be07f
commit
8ac7f4a5ae
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue