el-get/recipes/point-stack.el

10 lines
333 B
EmacsLisp
Raw Normal View History

2010-11-03 17:05:10 +08:00
(:name point-stack
:type git
:url "git://github.com/mattharrison/point-stack.git"
:features point-stack
:compile "point-stack.el"
:after (lambda()
(global-set-key '[(f5)] 'point-stack-push)
(global-set-key '[(f6)] 'point-stack-pop)
(global-set-key '[(f7)] 'point-stack-forward-stack-pop)
))