diff options
| author | fpi | 2018-05-27 18:27:15 +0200 |
|---|---|---|
| committer | fpi | 2018-05-27 18:27:15 +0200 |
| commit | f19b75fed21b04d0eeead4b0dbf01655ad2033f2 (patch) | |
| tree | d0db37f8a82904456f8bb045aed8ef7445e568fe | |
| parent | Updated license (diff) | |
Added installation instructions
Diffstat (limited to '')
| -rw-r--r-- | readme.org | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -12,10 +12,15 @@ Spice source blocks are interpreted as circuit descriptions until an (surrounded by '.control' and '.endc' lines). *If there is no '.end'* *line all of the src block is interpreted as a control block!* +* Installation + +Add ~ob-spice.el~ to your load-path and add ~(spice . t)~ to to your +~org-babel-load-languages~ list. + * Examples - To look at the src block header arguments look at this file in raw - mode. Or load it into your emacs (using eww for example) and turn on - org-mode. +To look at the src block header arguments look at this file in raw +mode. Or load it into your emacs (using eww for example) and turn on +org-mode. ** Load a circuit for later simulation #+BEGIN_SRC spice :results output ,* RC |
