aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/emacs.el')
-rw-r--r--emacs/emacs.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 3c29b49b..0e6713f9 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -150,3 +150,8 @@
(use-package ledger-mode
:ensure t)
+
+;; Sometimes I like playing with Prolog
+(setq prolog-system 'swi)
+(setq auto-mode-alist (append '(("\\.pl\\'" . prolog-mode))
+ auto-mode-alist))