Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.25 KB | None | 0 0
  1. ;; fix next and previous-error behaviour
  2. (gsk 'previous-error-dwim "<f7>")
  3. (gsk 'next-error-dwim     "<f8>")
  4. ;; sometimes we want things to error (like with keyboard macros)
  5. (gsk 'previous-error      "<S-f7>")
  6. (gsk 'next-error          "<S-f8>")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement