diff options
Diffstat (limited to '')
-rw-r--r-- | dot_emacs.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index eabb066..b47fb8b 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -106,6 +106,10 @@ (("C-c C-j" . avy-resume) ("C-;" . avy-goto-char))) +(use-package beluga-mode + :load-path "~/.opam/default/.opam-switch/sources/beluga/tools/" + :mode "\\.bel\'") + (use-package bibtex :mode ("\\.bib\'" . bibtex-mode) :custom |