small typos

This commit is contained in:
Miguel Santos 2018-05-08 11:58:59 -03:00
parent 12e26761e2
commit 1451b952b9
2 changed files with 1 additions and 6 deletions

View file

@ -83,7 +83,7 @@
ledger ; an accounting system in Emacs ledger ; an accounting system in Emacs
lua ; one-based indices? one-based indices lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore 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!" nix ; I hereby declare "nix geht mehr!"
ocaml ; an objective camel ocaml ; an objective camel
(org ; organize your plain life in plain text (org ; organize your plain life in plain text

View file

@ -30,13 +30,8 @@ Or through your package manager:
brew install nim brew install nim
#+END_SRC #+END_SRC
***
*** Arch Linux *** Arch Linux
#+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes") #+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes")
sudo pacman --needed --noconfirm -S nim sudo pacman --needed --noconfirm -S nim
#+END_SRC #+END_SRC
*** Arch Linux
#+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes")
sudo pacman --needed --noconfirm -S nim
#+END_SRC