el-get/recipes/point-stack.rcp
2012-02-27 00:07:42 -08:00

15 lines
474 B
Plaintext

(:name point-stack
:description "Like forward/back for browser, but for emacs point"
:type github
:pkgname "mattharrison/point-stack"
:features point-stack
:compile "point-stack.el")
;;
;; Configuration example:
;;
;; :after (progn
;; (global-set-key '[(f5)] 'point-stack-push)
;; (global-set-key '[(f6)] 'point-stack-pop)
;; (global-set-key '[(f7)] 'point-stack-forward-stack-pop))