projects
/
emacs-init.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fb90d49
)
more keybindings
unknown [Mon, 7 May 2012 08:19:29 +0000 (10:19 +0200)]
setup/bindings.el
patch
|
blob
|
history
setup/goto-last-change.el
[new file with mode: 0644]
patch
|
blob
setup/xquery.el
patch
|
blob
|
history
diff --git
a/setup/bindings.el
b/setup/bindings.el
index
4611b16
..
4f5f3f2
100644
(file)
--- a/
setup/bindings.el
+++ b/
setup/bindings.el
@@
-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
+++ b/
setup/goto-last-change.el
@@ -0,0
+1,2
@@
+(require 'goto-last-change)
+(global-set-key (kbd "C-+") ' goto-last-change)
diff --git
a/setup/xquery.el
b/setup/xquery.el
index
f7bec64
..
ae8a283
100644
(file)
--- a/
setup/xquery.el
+++ b/
setup/xquery.el
@@
-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")