From: Stefan Bund Date: Fri, 6 Oct 2017 10:32:35 +0000 (+0200) Subject: nxml nxml-complete keybinding X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=83ca34c035f289e58d367605ab038763aa5f917c;hp=4ff4851e3bf7b5467c4783676d2793a4b04a589a;p=emacs-init.git nxml nxml-complete keybinding --- diff --git a/setup/nxml.el b/setup/nxml.el index 188532c..9423ef2 100644 --- a/setup/nxml.el +++ b/setup/nxml.el @@ -131,7 +131,9 @@ (save-excursion (insert ""))))) -(define-key nxml-mode-map (kbd "\C-c ." ) 'nxml-complete-and-autoclose-element) +(define-key nxml-mode-map (kbd "\C-c .") 'nxml-complete-and-autoclose-element) +(define-key nxml-mode-map (kbd "\C-c ,") 'nxml-complete) + (define-key nxml-mode-map (kbd "\C-c\C-c") 'recompile) (defconst nxml-docbook-common-elements