nit(julia): add note about send-region/buffer not working quite right

This commit is contained in:
Edmund Miller 2022-07-24 21:04:56 -05:00
parent d10bb6dc42
commit 71c210050f
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -115,6 +115,7 @@
(after! julia-mode
(set-repl-handler! 'julia-mode #'+julia/open-snail-repl
:persist t
;; FIXME These aren't working as expected
:send-region #'julia-snail-send-region
:send-buffer #'julia-snail-send-buffer-file))