diff options
| author | Simeon Simeonov | 2026-08-27 20:53:38 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2026-08-27 20:53:38 +0200 |
| commit | 9daec97a593cd6c419badbf08259bdf3653520ab (patch) | |
| tree | b7896065cf7ecab0ace30dafb2a9a1d758d0a6cf /.emacs.d/lisp/rust-playpen.el | |
| parent | 85601f50f236686da662b1b00e01df0a0abe761b (diff) | |
Upgrade markdown-mode rust-mode and yaml-mode. Remove PHP mode.
Diffstat (limited to '.emacs.d/lisp/rust-playpen.el')
| -rw-r--r-- | .emacs.d/lisp/rust-playpen.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/rust-playpen.el b/.emacs.d/lisp/rust-playpen.el index a80a184..07b7296 100644 --- a/.emacs.d/lisp/rust-playpen.el +++ b/.emacs.d/lisp/rust-playpen.el | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | :group 'rust-mode) | 17 | :group 'rust-mode) |
| 18 | 18 | ||
| 19 | (defcustom rust-playpen-enable-shortener t | 19 | (defcustom rust-playpen-enable-shortener t |
| 20 | "Enable shortended URL for playpen links." | 20 | "Enable shortened URL for playpen links." |
| 21 | :type 'boolean | 21 | :type 'boolean |
| 22 | :safe #'booleanp | 22 | :safe #'booleanp |
| 23 | :group 'rust-mode) | 23 | :group 'rust-mode) |
