/usr/share/el-get/recipes/point-stack.rcp is in el-get 3.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | (:name point-stack
:description "Like forward/back for browser, but for emacs point"
:type git
:url "https://github.com/mattharrison/point-stack.git"
: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))
|