Fork me on GitHub
#boot
<
2015-06-28
>
timothypratley05:06:34

how do I tell emacs that .boot is for prog-mode? (add-hook 'prog-mode-hook 'enable-paredit-mode) doesn’t trigger for .boot files

otijhuis06:06:18

@timothypratley: you can use (add-to-list 'auto-mode-alist '("\\.boot\\'" . clojure-mode))

timothypratley07:06:43

oh I see, I need a clojure-mode-hook as well, got it thanks @otijhuis

danielsz18:06:33

jeluard: following our conversation a while back, I’ve written a new section in system’s README: https://github.com/danielsz/system/#compatibility

danielsz18:06:53

Thank you for contributing.