Browse Source

Recenter the screen after goto-symbol

custom
toctan 13 years ago
parent
commit
cca24f3bb9
  1. 3
      modules/prelude-programming.el

3
modules/prelude-programming.el

@ -63,7 +63,8 @@
((overlayp position)
(goto-char (overlay-start position)))
(t
(goto-char position)))))
(goto-char position)))
(recenter)))
((listp symbol-list)
(dolist (symbol symbol-list)
(let (name position)

Loading…
Cancel
Save