Change some path

This commit is contained in:
2022-05-09 10:03:08 +02:00
parent dc1f55182d
commit c3dbbc4f1f
5 changed files with 8 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ format long g;
** Home Path
#+begin_src matlab
toolboxes_path = '~/Cloud/thesis/matlab/toolboxes/';
toolboxes_path = '~/Cloud/programming/matlab/';
#+end_src
** Add to path
@@ -168,5 +168,5 @@ This script should be run once after Matlab is installed.
Import a nice color scheme.
#+begin_src matlab
schemer_import('~/Cloud/thesis/matlab/toolboxes/Add-Ons/matlab-schemer/schemes/monokai.prf');
schemer_import('~/Cloud/programming/matlab/matlab-schemer/schemes/monokai.prf');
#+end_src