mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
octave emacs add texinfo4 package for documentation
This commit is contained in:
parent
dae8183bf2
commit
ed727e7c2f
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ in {
|
||||||
(setq org-babel-matlab-shell-command "~/Applications/MATLAB_R2022b.app/bin/matlab -nosplash")
|
(setq org-babel-matlab-shell-command "~/Applications/MATLAB_R2022b.app/bin/matlab -nosplash")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
extraPackages = [ pkgs.octave ];
|
extraPackages = [ pkgs.octave pkgs.texinfo4 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ob-python = {
|
ob-python = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue