fixing a bunch of broken stuff I think

This commit is contained in:
Chris Cochrun 2022-02-25 14:16:41 -06:00
parent 0dbc3ead0e
commit 8bace887a2
1551 changed files with 299 additions and 57481 deletions

View file

@ -1,6 +0,0 @@
Leuven
For emacs custom framework used to implement the following emacs themes refer to this post: How to Configure Emacs Themes
Screenshot Leuven
In following, in terms of clarity, it's easier to structure blocks of code syntax with opening and closing blocks.
Any code blocks between opening and closing code blocks translates into code between those sections in the script.
Open Use-Package Color-theme-modern Configuration Code Block With ':commands' directive

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>The wiki recommends mounting the pre existing efi partition (if there is one) instead of just creating a new one. Are there any downsides to just wiping it and creating a new efi partition?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/42069o"> /u/42069o </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/q7wmfx/is_it_ok_to_create_a_new_efi_partition_if_there/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/q7wmfx/is_it_ok_to_create_a_new_efi_partition_if_there/">[comments]</a></span>

File diff suppressed because it is too large Load diff

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/ppahb4/dwm_lightweight_rice_for_ancient_pc/"> <img src="https://preview.redd.it/j9ivebpkbun71.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=84ff5d2d9d7791712aa1214884d8903e97b08b8b" alt="[DWM] Lightweight Rice for ancient PC" title="[DWM] Lightweight Rice for ancient PC" /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Denzy_7"> /u/Denzy_7 </a> <br/> <span><a href="https://i.redd.it/j9ivebpkbun71.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/ppahb4/dwm_lightweight_rice_for_ancient_pc/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/r5xh7g/hypr_comfortable_homemade_wm/"> <img src="https://preview.redd.it/6trtyuyhss281.png?width=640&amp;crop=smart&amp;auto=webp&amp;s=801abbc5101e1b811432998af724752af0114813" alt="[Hypr] Comfortable, homemade WM." title="[Hypr] Comfortable, homemade WM." /> </a> </td><td> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Vaxerski"> /u/Vaxerski </a> <br/> <span><a href="https://i.redd.it/6trtyuyhss281.png">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/unixporn/comments/r5xh7g/hypr_comfortable_homemade_wm/">[comments]</a></span> </td></tr></table>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Anyone having problem with launching vterm from a TRAMP buffer?<br/> When I am in a TRAMP buffer I cannot launch vterm. I do not want a vterminal in the remote location of the buffer, but only a simple vterm in my home directory. (I would like to also have a vterm in the remote directory, but it doesn&#39;t work; anyways, this is for another post).</p> <p>I tried this simple function, but didn&#39;t work either.</p> <pre><code>(defun run-my-vterm () (interactive) (let* ((buffer &quot;vterm&quot;)) (require &#39;vterm) (if (buffer-live-p (get-buffer buffer)) (switch-to-buffer buffer) (vterm)) (vterm-send-string (concat &quot;cd &quot; &quot;~&quot;)) (vterm-send-return))) </code></pre> <p>It seems like vterm tries to open the terminal in the remote location but doesn&#39;t succeed. </p> <p>A workaround I use is to jump to scratch buffer and launch vterm from there, or use ansi-term.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/MhvxvLvJrg"> /u/MhvxvLvJrg </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/qzix97/cannot_launch_vterm_in_a_tramp_buffer/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/qzix97/cannot_launch_vterm_in_a_tramp_buffer/">[comments]</a></span>