diff --git a/init.example.el b/init.example.el index beba3df2e..4bace1b9d 100644 --- a/init.example.el +++ b/init.example.el @@ -83,7 +83,7 @@ ledger ; an accounting system in Emacs lua ; one-based indices? one-based indices markdown ; writing docs for people to ignore - nim ; python+list at the speed of c + nim ; python + lisp at the speed of c nix ; I hereby declare "nix geht mehr!" ocaml ; an objective camel (org ; organize your plain life in plain text diff --git a/modules/lang/nim/README.org b/modules/lang/nim/README.org index fcdc3d9af..1640f780f 100644 --- a/modules/lang/nim/README.org +++ b/modules/lang/nim/README.org @@ -30,13 +30,8 @@ Or through your package manager: brew install nim #+END_SRC -*** *** Arch Linux #+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes") sudo pacman --needed --noconfirm -S nim #+END_SRC -*** Arch Linux -#+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes") -sudo pacman --needed --noconfirm -S nim -#+END_SRC