summaryrefslogtreecommitdiff
blob: 841503ba6eecc987b107eef3acf7c483e8aed91f (plain)
1
2
3
4
5
6
;;; gle site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(autoload 'gle-mode "gle-mode")
(add-to-list 'auto-mode-alist '("\\.gle\\'" . gle-mode))