[Emacs] whitespace

This commit is contained in:
Lucien Cartier-Tilet 2021-05-24 01:51:03 +02:00
parent 30bf89a0ab
commit 0aa8ad8572
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 9 additions and 9 deletions

View File

@ -311,9 +311,9 @@ copy their code here. First we get the ~after!~ macro:
| / | <c> | <c> |
| 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 arent 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