Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8b340240
Commit
8b340240
authored
May 11, 2011
by
Leo Liu
Browse files
Bind bookmark-bmenu-search to `/'
parent
9b053e76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/bookmark.el
lisp/bookmark.el
+1
-3
No files found.
lisp/ChangeLog
View file @
8b340240
2011-05-10 Leo Liu <sdl.web@gmail.com>
* bookmark.el (bookmark-bmenu-mode-map): Bind
bookmark-bmenu-search to `/'.
* mail/footnote.el: Convert to utf-8 encoding.
(footnote-unicode-string, footnote-unicode-regexp): New variable.
(Footnote-unicode): New function.
...
...
lisp/bookmark.el
View file @
8b340240
...
...
@@ -1504,9 +1504,7 @@ method buffers use to resolve name collisions."
(
define-key
map
"a"
'bookmark-bmenu-show-annotation
)
(
define-key
map
"A"
'bookmark-bmenu-show-all-annotations
)
(
define-key
map
"e"
'bookmark-bmenu-edit-annotation
)
;; The original binding of M-g hides the M-g prefix map.
;; If someone has a better idea than M-g s, I'm open to suggestions.
(
define-key
map
[?\M-g
?s]
'bookmark-bmenu-search
)
(
define-key
map
"/"
'bookmark-bmenu-search
)
(
define-key
map
[mouse-2]
'bookmark-bmenu-other-window-with-mouse
)
map
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment