1 line
865 B
Plaintext
1 line
865 B
Plaintext
<!-- 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 ("TAB" . dired-subtree-toggle))) </code></pre> <p>i know doom doesnt use use-package, how to do this?</p> </div><!-- SC_ON -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/emacs/comments/r5dnty/usepackage_alternative_for_doom_emacs_how_to_do/">[comments]</a></span> |