summaryrefslogtreecommitdiff
blob: 15c3407ea1177558ad5fffa4d153cec11af6407c (plain)
1
2
3
4
5
6
7
;;; psql site-lisp configuration

(setq load-path (cons "@SITELISP@" load-path))
(autoload 'psql-mode "psql-mode" "Mode for editing postgress sql." t)
(autoload 'psql-run  "psql-mode" "Mode for editing postgress sql." t)
(add-to-list 'auto-mode-alist '("\\.p?sql$" . psql-mode ))