emacs/var/elfeed/db/data/1a/1a3b21384e4d138b945f36bafe8dac99aed8ecd6
2022-01-03 12:49:32 -06:00

5 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Derek Taylor has a video that calls out what he says are <a href="https://yewtu.be/watch?v=s0ed8Da3mjE">Three HUGE Mistakes New Emacs Users Make</a>. He says that many Emacs n00bs have a hard time getting started because they make the same three basic mistakes.</p>
<p>The first mistake they make, he says, is treating Emacs like Vim or other editors and starting it for each file they want to edit. This is one of the first things someone moving to Emacs learns. You have to modify the way you do things. What I and many others do is start Emacs when I first login and just keep it running for the whole session. As a practical matter, thats until I reboot the system or restart Emacs because of package updates. Taylor recommends starting Emacs in daemon mode and calling <code>emacsclient</code> when you want to edit a file. Thats okay but not as efficient for my workflow, especially since I do almost everything from within Emacs. In either case, you avoid the relatively long—compared to other editors—startup time.</p>
<p>The second mistake is using some sort of file manager to choose a file to edit. Emacs, of course, has Dired that does this and more. Theres no reason to use a separate application for file browsing especially since it leaves an unneeded application running and taking up screen real estate.</p>
<p>Taylors last piece of advice is the most controversial. He says that you shouldnt run Emacs in terminal mode unless youre running on a system without a GUI windowing system. Some people have <i>very</i> strong feelings on this question: theyre either all in for running the GUI version of Emacs or they insist that real programmers stick to terminal mode. Although I almost always run Emacs in GUI mode—because of the extra capabilities you get—Im pretty much agnostic on the issue. I <i>do</i> think that the GUI offers enough benefits that you should use it in most cases but it doesnt bother me when other folks choose to run in the terminal.</p>
<p>Its an interesting video. If youd like to watch, its just short of 13 and a half minutes so it should be easy to fit in.</p>