added prolog file ending hook

This commit is contained in:
Moritz Böhme 2021-07-15 17:21:42 +02:00
parent 79dced4858
commit de9cff7def

View file

@ -67,3 +67,5 @@
)) ))
(global-set-key (kbd "<f8>") 'fd-switch-dictionary) (global-set-key (kbd "<f8>") 'fd-switch-dictionary)
(add-to-list 'auto-mode-alist '("\\.pl\\'" . prolog-mode))