You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
* Projectile Variable
2
2
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.
4
5
5
6
#+BEGIN_SRC emacs-lisp
6
7
(projectile-variable-put 'foo-value 2) ;; Store property 'foo-value
0 commit comments