aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-06-07 10:18:43 -0400
committerRyan Kavanagh <rak@rak.ac>2023-06-07 10:18:57 -0400
commita48b29c38202eaf3fc534d830d81e94e6ba0beb3 (patch)
tree1cb99331336d49fe816e2530af36a04a58d8f0a6 /dot_emacs.tmpl
parent.emacs (diff)
beluga-mode
Diffstat (limited to '')
-rw-r--r--dot_emacs.tmpl4
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