Some notes on getting this to work via Spacemacs,
You need to add the following
(defun dotspacemacs/user-config ()
(autoload 'fennel-mode "~/.emacs.d/private/local/fennel-mode/fennel-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.fnl\\'" . fennel-mode))
)