more keybindings
unknown [Mon, 7 May 2012 08:19:29 +0000 (10:19 +0200)]
setup/bindings.el
setup/goto-last-change.el [new file with mode: 0644]
setup/xquery.el

index 4611b16..4f5f3f2 100644 (file)
@@ -7,4 +7,4 @@
 (global-set-key "\C-c'g" 'toggle-debug-on-quit)
 (global-set-key "\C-c'c" 'toggle-case-fold-search)
 (global-set-key "\C-c's" 'flyspell-mode)
-(global-set-key (kbd "C-+") ' goto-last-change)
+(global-set-key "\C-c'a" 'global-auto-revert-mode)
diff --git a/setup/goto-last-change.el b/setup/goto-last-change.el
new file mode 100644 (file)
index 0000000..135a73a
--- /dev/null
@@ -0,0 +1,2 @@
+(require 'goto-last-change)
+(global-set-key (kbd "C-+") ' goto-last-change)
index f7bec64..ae8a283 100644 (file)
@@ -1,3 +1,5 @@
+(require 'xquery-mode)
+
 (add-to-list 'auto-mode-alist '("\\.[Xx][Qq][Uu][Ee][Rr][Yy]\\'" . xquery-mode))
 
 (defvar dbxml-shell-filename "dbxml")