trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- SC_OFF --><div class="md"><p>im using doom emacs and dired. i dont like how new buffer is open when selecting a folder. i want to use tab to show subtree. i have found <a href="https://blog.lambda.cx/posts/dired-expand-dir-on-tab/">this</a>:</p> <pre><code>(use-package dired-subtree :ensure t :after dired :bind (:map dired-mode-map (&quot;TAB&quot; . dired-subtree-toggle))) </code></pre> <p>i know doom doesnt use use-package, how to do this?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/Far-Veterinarian9464"> /u/Far-Veterinarian9464 </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r5dnty/usepackage_alternative_for_doom_emacs_how_to_do/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r5dnty/usepackage_alternative_for_doom_emacs_how_to_do/">[comments]</a></span>