Browse Source

Cleanup links

main
parent
commit
cb6389087a
  1. 2
      modules/editor.org
  2. 4
      modules/terminal.org

2
modules/editor.org

@ -254,7 +254,7 @@ Interact with *Git*[fn:14] forges from *Magit*[fn:13] and Emacs using *Forge*[fn
** Interactive terminal ** Interactive terminal
Sometimes *Eshell*[fn:17] just isn't enough. Going through [[file:../docs/notes/thinking-in-cpp.org.gpg][Thinking in C++]] for one of my courses requires lots of terminal input which *Eshell*[fn:17] just doesn't handle. Prior to this I was dropping to another *TTY* interface, but that was cumbersome. *Vterm's*[fn:18] based on an external C library which is blazing fast.
Sometimes *Eshell*[fn:17] just isn't enough. Going through [[https://chrishayward.xyz/notes/thinking-in-cpp/][Thinking in C++]] for one of my courses requires lots of terminal input which *Eshell*[fn:17] just doesn't handle. Prior to this I was dropping to another *TTY* interface, but that was cumbersome. *Vterm's*[fn:18] based on an external C library which is blazing fast.
+ Always compile the module + Always compile the module

4
modules/terminal.org

@ -42,7 +42,7 @@ Here's an example of what that looks like:
* Interactive Terminal * Interactive Terminal
*EShell*[fn:1] isn't enough when needing interactivity from the terminal. Going through [[file:../docs/notes/thinking-in-cpp.org.gpg][Thinking in C++]][fn:4] for one of my courses required lots of terminal interaction which *Eshell*[fn:1] was unable to handle. *VTerm's*[fn:2] based on an external C library which is blazing fast, and fully interactive.
*EShell*[fn:1] isn't enough when needing interactivity from the terminal. Going through [[https://chrishayward.xyz/notes/thinking-in-cpp/][Thinking in C++]] for one of my courses required lots of terminal interaction which *Eshell*[fn:1] was unable to handle. *VTerm's*[fn:2] based on an external C library which is blazing fast, and fully interactive.
+ Always compile the module + Always compile the module
+ Open in the current buffer with =SPC v= + Open in the current buffer with =SPC v=
@ -62,5 +62,3 @@ Here's an example of what that looks like:
[fn:2] https://github.com/akermu/emacs-libvterm [fn:2] https://github.com/akermu/emacs-libvterm
[fn:3] https://github.com/zwild/eshell-prompt-extras [fn:3] https://github.com/zwild/eshell-prompt-extras
[fn:4] https://chrishayward.xyz/posts/immutable-emacs/
Loading…
Cancel
Save