diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-06-07 10:18:43 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-06-07 10:18:57 -0400 |
commit | a48b29c38202eaf3fc534d830d81e94e6ba0beb3 (patch) | |
tree | 1cb99331336d49fe816e2530af36a04a58d8f0a6 /dot_emacs.tmpl | |
parent | .emacs (diff) |
beluga-mode
Diffstat (limited to 'dot_emacs.tmpl')
-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 |