We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29075a3 commit ff41494Copy full SHA for ff41494
rust-playground.el
@@ -1,6 +1,6 @@
1
;;; rust-playground.el --- Local Rust playground for short code snippets.
2
3
-;; Copyright (C) 2016 Alexander I.Grafov (axel)
+;; Copyright (C) 2016-2017 Alexander I.Grafov (axel)
4
5
;; Author: Alexander I.Grafov <[email protected]>
6
;; URL: https://github.com/grafov/rust-playground
@@ -67,6 +67,7 @@ By default confirmation required."
67
68
(defcustom rust-playground-basedir (locate-user-emacs-file "rust-playground")
69
"Base directory for playground snippets."
70
+ :type 'file
71
:group 'rust-playground)
72
73
(defvar-local rust-playground-current-snippet-file "snippet.rs"
0 commit comments