mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
(def-package! octave
|
||||
:mode (("\\.m$" . octave-mode))
|
||||
:commands (octave-mode run-octave)
|
||||
:config (set! :repl 'octave-mode 'run-octave))
|
||||
:config (set! :repl 'octave-mode #'run-octave))
|
||||
|
||||
;; (use-package ac-octave
|
||||
;; :config
|
||||
|
Reference in New Issue
Block a user