projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0439777
)
Comment
author
Joerg Jaspert
<joerg@ganneff.de>
Thu, 23 May 2013 13:06:45 +0000
(15:06 +0200)
committer
Joerg Jaspert
<joerg@ganneff.de>
Thu, 23 May 2013 13:06:45 +0000
(15:06 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
9a06e52
..
a5aaa5c
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-683,6
+683,8
@@
point reaches the beginning or end of the buffer, stop there."
#+END_SRC
**** ace-jump-mode
[2013-04-28 So 11:26]
+
+Quickly move around in buffers.
#+BEGIN_SRC emacs-lisp tangle:yes
(autoload 'ace-jump-mode "ace-jump-mode" "Emacs quick move minor mode" t)
(define-key global-map (kbd "H-SPC") 'ace-jump-mode)