From a48b29c38202eaf3fc534d830d81e94e6ba0beb3 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 7 Jun 2023 10:18:43 -0400 Subject: beluga-mode --- dot_emacs.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3