From 0aa8ad8572fe1be3b607b98909be56dceeaa71b8 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 24 May 2021 01:51:03 +0200 Subject: [PATCH] [Emacs] whitespace --- org/config/emacs.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index c8c44e7..ec2a4c5 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -311,9 +311,9 @@ copy their code here. First we get the ~after!~ macro: | / | | | | Emphasis | Character | Character code | |----------+-----------+----------------| -| Bold | ~*~ | 42 | -| Italic | ~/~ | 47 | -| Code | ~~~ | 126 | +| Bold | ~*~ | 42 | +| Italic | ~/~ | 47 | +| Code | ~~~ | 126 | #+begin_src emacs-lisp (defun org-mode-emphasize-bold () @@ -1393,12 +1393,12 @@ path if they aren’t already. #+name: table-eshell-env-path #+caption: Paths to add to ~PATH~ | Path | Relative to ~HOME~? | -|---------------------+---------------------| -| .pub-cache/bin | yes | -| .local/bin | yes | -| .cargo/bin | yes | -| .gen/ruby/2.6.0/bin | yes | -| go/bin | yes | +|---------------------+-------------------| +| .pub-cache/bin | yes | +| .local/bin | yes | +| .cargo/bin | yes | +| .gen/ruby/2.6.0/bin | yes | +| go/bin | yes | #+name: src-eshell-env-path #+begin_src emacs-lisp :exports none :tangle no :var paths=table-eshell-env-path :noweb yes