Skip to content

Commit ff41494

Browse files
committed
Set file type for an option.
1 parent 29075a3 commit ff41494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust-playground.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; rust-playground.el --- Local Rust playground for short code snippets.
22

3-
;; Copyright (C) 2016 Alexander I.Grafov (axel)
3+
;; Copyright (C) 2016-2017 Alexander I.Grafov (axel)
44

55
;; Author: Alexander I.Grafov <[email protected]>
66
;; URL: https://github.com/grafov/rust-playground
@@ -67,6 +67,7 @@ By default confirmation required."
6767

6868
(defcustom rust-playground-basedir (locate-user-emacs-file "rust-playground")
6969
"Base directory for playground snippets."
70+
:type 'file
7071
:group 'rust-playground)
7172

7273
(defvar-local rust-playground-current-snippet-file "snippet.rs"

0 commit comments

Comments
 (0)