projects
/
emacs-init.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f7bec6488f5564ab0c059bc6d230e5a8efe84430
[emacs-init.git]
/
setup
/
xquery.el
1
(add-to-list 'auto-mode-alist '("\\.[Xx][Qq][Uu][Ee][Rr][Yy]\\'" . xquery-mode))
2
3
(defvar dbxml-shell-filename "dbxml")
4
5
(defun dbxml ()
6
(interactive)
7
(pop-to-buffer (make-comint "DB-Xml" dbxml-shell-filename))
8
(set-buffer-process-coding-system "utf-8" "utf-8"))