Reorganize modules
This commit is contained in:
parent
50ea98319f
commit
f453b3cee1
55 changed files with 0 additions and 1535 deletions
18
modules/lang/octave/config.el
Normal file
18
modules/lang/octave/config.el
Normal file
|
@ -0,0 +1,18 @@
|
|||
;;; module-octave.el
|
||||
|
||||
(use-package octave
|
||||
:mode (("\\.m$" . octave-mode))
|
||||
:config
|
||||
;; (setq inferior-octave-program "/usr/local/bin/octave")
|
||||
)
|
||||
|
||||
;; (use-package ac-octave
|
||||
;; :config
|
||||
;; (add-hook! octave-mode
|
||||
;; (require 'ac-octave)
|
||||
;; (setq ac-sources '(ac-source-octave))))
|
||||
|
||||
(use-package octave-inf :commands run-octave)
|
||||
|
||||
(provide 'module-octave)
|
||||
;;; module-octave.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue