el-get/recipes/point-stack.rcp

15 lines
488 B
Plaintext
Raw Normal View History

2010-11-03 17:05:10 +08:00
(:name point-stack
:description "Like forward/back for browser, but for emacs point"
2010-11-03 17:05:10 +08:00
:type git
:url "https://github.com/mattharrison/point-stack.git"
2010-11-03 17:05:10 +08:00
:features point-stack
:compile "point-stack.el")
;;
;; Configuration example:
;;
;; :post-init (lambda()
;; (global-set-key '[(f5)] 'point-stack-push)
;; (global-set-key '[(f6)] 'point-stack-pop)
;; (global-set-key '[(f7)] 'point-stack-forward-stack-pop))