diff --git a/recipes/point-stack.el b/recipes/point-stack.el index 61dbb4bf..86daa29b 100644 --- a/recipes/point-stack.el +++ b/recipes/point-stack.el @@ -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) - )) \ No newline at end of file + :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))