fixing a bunch of broken stuff I think
This commit is contained in:
parent
0dbc3ead0e
commit
8bace887a2
1551 changed files with 299 additions and 57481 deletions
|
@ -1 +0,0 @@
|
|||
For those of you who want to learn to code in Emacs, which is better than vscode, atom, sublime, or any other text editors. Here are some comments from Reading World Magazine on Emacs 2021 Conference.
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I’ve installed Arch on aging PCs before, but there’s a particularly old MacBook with a 9600m gt that’s beginning to struggle with newer editions of Windows. I want to install Arch with LXQt but the card uses the old 340 driver, which isn’t supported anymore. Is it still possible to get Arch up and running with that driver version, or am I out of luck? Any advice would be appreciated!</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/SpoonyBardXIV"> /u/SpoonyBardXIV </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r2w449/is_it_still_possible_to_install_arch_using_the/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r2w449/is_it_still_possible_to_install_arch_using_the/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<p><img src="https://thumbnails.lbry.com/fN6gTArGk7s" width="480" alt="thumbnail" title="3(+1) Open Source Android Apps to be Productive! Habits, Tasks, Scarlet" /></p>Stay in the loop: https://t.me/veggeroblog<br /><br />If you want to help me make these videos:<br />Patreon: https://www.patreon.com/niccolove<br />Liberapay: https://liberapay.com/niccolove<br />Paypal: https://paypal.me/niccolove<br /><br />My website is https://niccolo.venerandi.com and if you want to contact me, my telegram handle is [at] veggero.<br /><br />Background music by:<br />After The Fall - https://www.youtube.com/channel/UCGQErWWbH15OMutnpM2vW7w<br />KaizanBlu - https://www.youtube.com/channel/UCUtxQO1jg3bJcRjBWnYAzmw<br />Low FM - https://www.youtube.com/channel/UC831upHpo4t748vRdHSWDmA<br />Idyllic - https://www.youtube.com/watch?v=8QgbdivnDDs&t=92s<br />Evol - https://www.youtube.com/watch?v=F-dDQmDVNzk&t=4s<br />...<br />https://www.youtube.com/watch?v=fN6gTArGk7s
|
|
@ -1 +0,0 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/rcnwsz/plasma_switched_from_manjaro_over_to_endeavouros/"> <img src="https://preview.redd.it/elu6ehi89k481.png?width=640&crop=smart&auto=webp&s=65766314269a9c27264848619ff019d1bc3dca20" alt="[PLASMA] Switched from Manjaro over to EndeavourOS for stability, let's see how this goes!" title="[PLASMA] Switched from Manjaro over to EndeavourOS for stability, let's see how this goes!" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/watusshi"> /u/watusshi </a> <br/> <span><a href="https://i.redd.it/elu6ehi89k481.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/rcnwsz/plasma_switched_from_manjaro_over_to_endeavouros/">[comments]</a></span> </td></tr></table>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hello, I have just started using lsp and i find it difficult to customize some aspects of it. One of it being lsp sideline, which quite annoyingly i cant force to hide from the buffer, but retain the option to still invoke the actions in the context of the curent symbol. </p> <p>I wanted to disable the hideous wall of text next to the code that was showing actions and diagnostics, and simply use lsp-ui-sideline-apply-code-actions to see them in the minibuffer or a side display buffer/window. I was able to hide the text but not able to make list of available actions for a symbol show, with the config below, lsp-ui-sideline-apply-code-actions says - No code actions on the current line. While using lsp-execute-code-action shows the list of all actions not just the ones available for the symbol (in the context of the current symbol, while it works fine when lsp-ui-sideline-show-code-actions t) which is quite bad. I just can't understand why there is no way to hide just the actions as text in the work buffer while retaining the ability to fetch the relevant actions on demand only. </p> <pre><code>lsp-ui-sideline-enable t lsp-ui-sideline-show-hover nil lsp-ui-sideline-show-symbol nil lsp-ui-sideline-show-diagnostics nil lsp-ui-sideline-show-code-actions nil </code></pre> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/asmodeus812"> /u/asmodeus812 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r68y6c/lsp_ui_sideline/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r68y6c/lsp_ui_sideline/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hello! I've recently installed arch for the first time, and I'm trying to solve a monitor flickering problem. My setup is as follows, Let me know if more info is needed!</p> <pre><code>CPU: AMD Ryzen 5 2600 GPU: nvidia rtx 2070 super Monitor: HP Omen x 25 (1080@240hz, Displayport) Driver: nvidia (proprietary, from pacman), nvidia-utils DM: LightDM WM/DE: XFCE </code></pre> <p>The issue appears to be solved by disabling g-sync in <code>nvidia-settings</code>. As i dont particularly mind giving up on g-sync, I figured that most logical solution would be to disable it entirely. However, as a newb, i noticed it doesnt persist on restart, this is where my problem begins.</p> <p>After reading a lot of docs, I understand that <code>nvidia-settings</code> is not meant to persist, unless specified otherwise, however, all signs point to loading the settings restoring script (<code>nvidia-settings --load-config-only</code>) after login (at least, its my understanding), so that each user can have their own preferences.</p> <p>The problem though, is that, my monitor is practically unusable without disabling g-sync, so it should be done before anything is drawn (including lightdm). Or, as soon as possible.</p> <p>I have tried exporting the settings from <code>nvidia-settings</code> to a file i could add somewhere inside <code>/etc/X11/</code>, however, the exported file, does not appear to be the same format. I'm referencing <a href="https://wiki.archlinux.org/title/NVIDIA#nvidia-settings">this section of the arch wiki</a></p> <p><code>/etc/X11/xorg.conf.d/20-nvidia.conf</code> is a file which uses Sections & Options. I'm not sure what this format is, but nvidia-settings exports a non indented file with lines such as:</p> <pre><code>[DPY:DP-0]/Dithering=0 [DPY:DP-0]/DitheringMode=0 [DPY:DP-0]/DitheringDepth=0 [DPY:DP-0]/ColorSpace=0 [DPY:DP-0]/ColorRange=0 </code></pre> <p>The alternative, I thought, would be the <code>sudo nvidia-xconfig</code> command to generate the required config file. The generated file at <code>/etc/X11/xorg.conf</code> is the correct format (With Sections & Options) However, It doesnt say anything about g-sync being disabled. I tried generating the file while my <code>nvidia-settings</code> were set correctly manually, but again, no dice. With no clear documentation on the arch wiki or command manual (or otherwise) i could find. Im not sure how to add a key to disable g-sync in this file, or if there is a process to making sure this file gets properly loaded.</p> <p>These are the methods I have tried. Maybe some of them are on the right track, maybe not, That's why I come to today. If anyone can offer any assistance, it would be greatly appreciated!</p> <p>Edit: God awful formatting</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/marcus13345"> /u/marcus13345 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/ra1qv6/how_to_persist_nvidiasettings_at_the_system_not/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/ra1qv6/how_to_persist_nvidiasettings_at_the_system_not/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<table> <tr><td> <a href="https://www.reddit.com/r/unixporn/comments/qys3tz/gnome_monognome/"> <img src="https://preview.redd.it/mguuwwh0cx081.png?width=640&crop=smart&auto=webp&s=9684bf9a00f239b8952766ee405ec43c632c4a8a" alt="[GNOME] Monognome" title="[GNOME] Monognome" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/taco-earth"> /u/taco-earth </a> <br/> <span><a href="https://i.redd.it/mguuwwh0cx081.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/unixporn/comments/qys3tz/gnome_monognome/">[comments]</a></span> </td></tr></table>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>I just installed Artix with KDE Plasma on my 2014 Macbook Pro Retina 13in. Struggled to get wifi drivers to work but finally found the right one. The performance is noticeably worse compared to MacOS. Connection gets considerably weaker as I move further from my router (used to not happen on MacOS, I had stable connection in every room in my house) Now, I can barely get 1 KiB/s download speed. </p> <p>Network Controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter (rev 03)</p> <p>I think I'm using the wl driver. Should I be using a different one, if so how do I remove the wl one and set up a different one?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Tylasian"> /u/Tylasian </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/rsctuz/worse_wifi_performance_on_mac/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/rsctuz/worse_wifi_performance_on_mac/">[comments]</a></span>
|
|
@ -1,29 +0,0 @@
|
|||
<p><a href="https://github.com/hlissner/doom-emacs">Doom Emacs</a> comes with the <a href="https://github.com/hlissner/doom-emacs/blob/develop/modules/app/everywhere/README.org">emacs-everywhere</a> support.</p>
|
||||
|
||||
<p>With it, you can edit text anywhere with Emacs.</p>
|
||||
|
||||
<p>For example, if you are solving <a href="https://leetcode.com/">Leetcode</a> questions and want to edit the code with the Almighty Emacs:</p>
|
||||
|
||||
<p><img alt="emacs-everywhere-demo" src="https://user-images.githubusercontent.com/2715151/135779609-36cae0dd-30d3-49e5-965f-e039c86798e8.gif" /></p>
|
||||
|
||||
<p>To enable it, you uncomment the <code class="language-plaintext highlighter-rouge">everywhere</code> app in your Doom <code class="language-plaintext highlighter-rouge">init.el</code>.</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>:app
|
||||
|
||||
everywhere ; *leave* Emacs!? You must be joking
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>In Mac OS X, to invoke the emacs everywhere, I need to set it up as a service. The way to do that is to use <code class="language-plaintext highlighter-rouge">Automator</code>, and create a <code class="language-plaintext highlighter-rouge">Quick Action</code>:</p>
|
||||
|
||||
<p><img alt="image" src="https://user-images.githubusercontent.com/2715151/135779709-87cb2c6a-cb05-4ebf-a0a4-41bde7e1a558.png" width="992" /></p>
|
||||
|
||||
<p>The bash script:</p>
|
||||
|
||||
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/path/to/emacsclient <span class="nt">--eval</span> <span class="s2">"(emacs-everywhere)"</span>
|
||||
</code></pre></div></div>
|
||||
|
||||
<p>Then I assign the hotkey <code class="language-plaintext highlighter-rouge">⌘ + F9</code> to the service in Keyboard settings:</p>
|
||||
|
||||
<p><img alt="image" src="https://user-images.githubusercontent.com/2715151/135779857-1832309e-d3d2-41d4-a82c-d59d5c1d8835.png" width="661" /></p>
|
||||
|
||||
<p>Now whenever I press <code class="language-plaintext highlighter-rouge">Command</code> + <code class="language-plaintext highlighter-rouge">F9</code> key in any text area of the browser, a small Emacs window shows up and rescue all my text editing endeavors.</p>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Hi,</p> <p>I use Conan package manager for manage my external libraries which locate in `~/.conan/data`. I am currently using Spacesmacs and wonder how I can add that folder to to syntax checking. I added this hook to the user-config:</p> <pre><code>(add-hook 'c++-mode-hook (lambda () (setq flycheck-clang-include-path (list (expand-file-name "~/.conan/data/"))))) </code></pre> <p>But it doesn't seem to work... Can you advice me how to include certain dir to path?</p> <p>Also I use `lsp-clangd` backend.. Maybe something to be set there?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/wiccy47"> /u/wiccy47 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r7ynmw/c_dev_how_to_add_path_to_intellisense_in/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r7ynmw/c_dev_how_to_add_path_to_intellisense_in/">[comments]</a></span>
|
|
@ -1 +0,0 @@
|
|||
<!-- SC_OFF --><div class="md"><p>Any clue?</p> <p>stumbled on this page ...not sure I find it ....</p> <p><a href="https://www.emacswiki.org/emacs/EmacsOnTerminal">https://www.emacswiki.org/emacs/EmacsOnTerminal</a> </p> <p>How? ...to change Escape-x to M-x on terminal?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/unixbhaskar"> /u/unixbhaskar </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/rbq03n/emacs_running_on_terminal_ie_emacs_nw_how_to_make/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/rbq03n/emacs_running_on_terminal_ie_emacs_nw_how_to_make/">[comments]</a></span>
|
|
@ -1,3 +0,0 @@
|
|||
<img src="https://media.babylonbee.com/thumbs/article-9990-1-thumb.jpg"> <p>DENVER, CO—Local Christian plumber Peter Howe has come under fire for refusing to join same-sex fittings. Howe is being labeled a "backward, hateful bigot" for his refusal to connect two male pipe threads or two female pipe threads, insisting on only the traditional, conservative practice of male-to-female connections.</p>
|
||||
<p>The post <a rel="nofollow" href="https://babylonbee.com/news/christian-plumber-under-fire-for-refusing-to-join-same-sex-fittings">Christian Plumber Under Fire For Refusing To Join Same-Sex Fittings</a> appeared first on <a rel="nofollow" href="https://babylonbee.com">The Babylon Bee</a>.</p>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue