Remove lang/octave (python, julia & matlab are good enough)

This commit is contained in:
Henrik Lissner 2017-04-26 04:46:12 -04:00
parent 46cbbb6212
commit 0bc1939ae5
2 changed files with 0 additions and 15 deletions

View file

@ -1,14 +0,0 @@
;;; lang/octave/config.el
;; built-in
(def-package! octave
:mode (("\\.m$" . octave-mode))
:commands (octave-mode run-octave)
:config (set! :repl 'octave-mode #'run-octave))
;; (use-package ac-octave
;; :config
;; (add-hook! octave-mode
;; (require 'ac-octave)
;; (setq ac-sources '(ac-source-octave))))