mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove lang/octave (python, julia & matlab are good enough)
This commit is contained in:
@ -79,7 +79,6 @@
|
||||
latex ; writing papers in Emacs has never been so fun
|
||||
lua ; one-based indices? one-based indices
|
||||
markdown ; writing docs for people to ignore
|
||||
octave ; math isn't a choice, it's a way of life
|
||||
org ; for organized fearless leader (WIP)
|
||||
php ; make php less awful to work with
|
||||
python ; beautiful is better than ugly
|
||||
|
@ -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))))
|
||||
|
Reference in New Issue
Block a user