mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
Fix autoload magic comment
This commit is contained in:
parent
1aa636a274
commit
f210282ba5
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
;; Maintainer: Shigeaki Nishina
|
||||
;; Created: March 11, 2020
|
||||
;; URL: https://github.com/shg/julia-repl-vterm.el
|
||||
;; Version: 0.7
|
||||
;; Version: 0.7a
|
||||
;; Keywords: languages, julia
|
||||
|
||||
;; This file is not part of GNU Emacs.
|
||||
|
@ -176,7 +176,7 @@ already one with the process alive, just open it."
|
|||
(save-excursion
|
||||
(julia-with-repl-vterm-paste-string (buffer-string))))
|
||||
|
||||
;;;##autoload
|
||||
;;;###autoload
|
||||
(define-minor-mode julia-with-repl-vterm-mode
|
||||
"A minor mode for a Julia script buffer that interacts with an inferior Julia REPL."
|
||||
nil "⁂"
|
||||
|
|
Loading…
Add table
Reference in a new issue