summaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/emacs-init.el')
-rw-r--r--tw/home/files/emacs-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index ddc2bb20..0e8d2049 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -631,6 +631,11 @@ For use in `org-latex-classes'."
:commands (alidist-mode)
:mode (rx (or bot "/") "alidist/" (1+ (not ?\/)) ".sh" eot))
+(use-package flymake-guile
+ :after (flymake)
+ :load-path "include/"
+ :hook (scheme-mode . flymake-guile-enable))
+
(use-package bemscript-mode
:load-path "include/"
:mode (rx ".bem" eos))