Skip to content

Commit ea7aecb

Browse files
committed
Update README
1 parent 89cf223 commit ea7aecb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* Projectile Variable
22

3-
Store project local variables (property) using [[https://github.com/bbatsov/projectile][Projectile]] and [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Symbol-Plists.html][Symbol Plists]].
3+
Store project local variables (property) using +[[https://github.com/bbatsov/projectile][Projectile]]+ and [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Symbol-Plists.html][Symbol Plists]].
4+
The name of this package has =projectile-= in the prefix, but it can now be executed without depending on it.
45

56
#+BEGIN_SRC emacs-lisp
67
(projectile-variable-put 'foo-value 2) ;; Store property 'foo-value

projectile-variable.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
;;; Commentary:
2828

2929
;; Store project local variables (property) using Projectile and Symbol Plists.
30+
;; The name of this package has projectile- in the prefix, but it can now be executed without depending on it.
31+
3032
;;
3133
;; - https://github.com/bbatsov/projectile
3234
;; - https://www.gnu.org/software/emacs/manual/html_node/elisp/Symbol-Plists.html

0 commit comments

Comments
 (0)