Remove the global-set-key setup from the point-stack recipe, keep it in comments.

This commit is contained in:
Dimitri Fontaine 2010-11-08 13:52:25 +01:00
parent 3833c99674
commit 1cde6493bc

View File

@ -2,9 +2,12 @@
: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)
))
:compile "point-stack.el")
;;
;; Configuration example:
;;
;; :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))