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 +0,0 @@
<!-- SC_OFF --><div class="md"><p>I am excited to announce the release of Forge version 0.3.</p> <p>More information can be found on my <a href="https://emacsair.me/2021/10/14/forge-0.3/">blog</a> and in the <a href="https://github.com/magit/forge/blob/master/CHANGELOG#v030----2021-10-14">release notes</a>.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/tarsius_"> /u/tarsius_ </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/q8496m/forge_v03_released/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/q8496m/forge_v03_released/">[comments]</a></span>

View file

@ -1,3 +0,0 @@
<img src="https://media.babylonbee.com/thumbs/article-10010-1-thumb.jpg"> <p>NORTH POLE&mdash;Toy production in Santa&rsquo;s magical workshop reportedly ground to a halt after progressive elves staged a walkout to protest Kyle Rittenhouse&rsquo;s inclusion on the coveted &ldquo;Nice&rdquo; list.</p>
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/progressive-elves-stage-walkout-to-protest-rittenhouse-inclusion-on-nice-list">Progressive Elves Stage Walkout In Protest After Rittenhouse Added To Nice List</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Background: I wanted to try Arch (this will be my first time using arch previously I have been using debian and ubuntu).</p> <p>before installing on my actual system I am experimenting on VM as I am not familiar or confident that I will be able to install Arch correctly.</p> <p>--</p> <p>Problem: After installation I am stuck on grub rescue, not able to recue anything ( watched youtube videos etc )</p> <p>Interesting thing is when I manually select GRUB in boot options I am able to boot into arch installation.</p> <p>Any advice guidance support would be appreciated.</p> <p>Help me make the switch guys.!!!</p> <p>System info: </p> <p>efi partition on disk 0 partition 1 ( efi partition has entries for Windows Boot MGR ) also which is also working fine.</p> <p>Windows is installed on disk 0 partition 2</p> <p>Arch is installed on Disk 1 partition 1 with partition 2 as swap.</p> <p>note: VM config is same as my actual system config with few more data drives in actual system</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/farzinaam"> /u/farzinaam </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/pp4kqu/need_help_with_dual_boot/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/pp4kqu/need_help_with_dual_boot/">[comments]</a></span>

View file

@ -1 +0,0 @@
<!-- SC_OFF --><div class="md"><p>Hello again,</p> <p>I have a custom keyboard shortcut for moving quicker in VIM (for Emacs I use EVIL) where I hold down CTRL and press HJKL I move faster in the direction.</p> <p>Like this:</p> <pre><code>;; Movement changes - BUG: When I release CTRL it still does one last 5 line jump when pressing one of my keys (define-key evil-normal-state-map (kbd &quot;C-h&quot;) (kbd &quot;h5&quot;)) (define-key evil-normal-state-map (kbd &quot;C-j&quot;) (kbd &quot;j5&quot;)) (define-key evil-normal-state-map (kbd &quot;C-k&quot;) (kbd &quot;k5&quot;)) (define-key evil-normal-state-map (kbd &quot;C-l&quot;) (kbd &quot;l5&quot;)) </code></pre> <p>However, in EMACS when I use this, it does work. But once I let go off CTRL it does ONE last 5 jump, despite that it should have stopped. It also feels a bit like there is a small delay when doing this.</p> <p>Does anyone know a possible solution for this to make it more responsive and NOT have a &quot;last&quot; jump after letting CTRL go.</p> <p>Thanks in advance.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/AtZeroOne"> /u/AtZeroOne </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rce4tw/delay_when_using_custom_evil_shortcut_to_move/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/rce4tw/delay_when_using_custom_evil_shortcut_to_move/">[comments]</a></span>