From cb6389087a198019299e44b9b04ac6bb6474369c Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 8 May 2021 21:26:49 -0400 Subject: [PATCH] Cleanup links --- modules/editor.org | 2 +- modules/terminal.org | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/editor.org b/modules/editor.org index cd8faeb..2ff75a8 100644 --- a/modules/editor.org +++ b/modules/editor.org @@ -254,7 +254,7 @@ Interact with *Git*[fn:14] forges from *Magit*[fn:13] and Emacs using *Forge*[fn ** 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 diff --git a/modules/terminal.org b/modules/terminal.org index 0bf2c80..49dea13 100644 --- a/modules/terminal.org +++ b/modules/terminal.org @@ -42,7 +42,7 @@ Here's an example of what that looks like: * 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 + 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:3] https://github.com/zwild/eshell-prompt-extras - -[fn:4] https://chrishayward.xyz/posts/immutable-emacs/