Live data from Hacker News

My Emacs Productivity Tricks/Hacks

mycpu.org

21–30 of 210 posts

Re: My Emacs Productivity Tricks/Hacks

#21
post #19

I installed Doom[0] and called it a day! [0] https://github.com/hlissner/doom-emacs

Looks interesting, but the main page claims it has support for a lot of languages, but according to this module page it only supports javascript, typescript, and html? https://github.com/hlissner/doom-emacs/blob/develop/docs/ind...

The TODO is regarding documentation iirc.

All the languages supported are in the init.example.el file seen here: https://github.com/hlissner/doom-emacs/blob/develop/init.exa...

Uncomment them, run doom refresh. Check their module under https://github.com/hlissner/doom-emacs/tree/develop/modules/... for any external requirements that they need or flags that they support.

Re: My Emacs Productivity Tricks/Hacks

#23
post #19

I installed Doom[0] and called it a day! [0] https://github.com/hlissner/doom-emacs

Looks interesting, but the main page claims it has support for a lot of languages, but according to this module page it only supports javascript, typescript, and html? https://github.com/hlissner/doom-emacs/blob/develop/docs/ind...

From my experience, most of the packages listed there with TODOs have basic support with some extras, but are lacking documentation and testing. For example rust, supports syntax, formatting, lsp or racer, cargo and other goodies.

Re: My Emacs Productivity Tricks/Hacks

#25
post #9
post #5

org f-ing mode edit: actual package is called "org-mode"

A resounding YES! But Org-Mode and TRAMP are so well written about that although I have "special" setup for these in my config I felt I could not do more justice than other expert write-ups. Maybe, I should add them in a separate entry.

What's the point of TRAMP when you can just use the FUSE sshfs module?

Re: My Emacs Productivity Tricks/Hacks

#28
post #25
post #9

Earlier quoted context omitted.

A resounding YES! But Org-Mode and TRAMP are so well written about that although I have "special" setup for these in my config I felt I could not do more justice than other expert write-ups. Maybe, I should add them in a separate entry.

What's the point of TRAMP when you can just use the FUSE sshfs module?

Can you compare and contrast the two? I really like tramp for seamlessly editing files on a number of remote VMs. You can even edit files inside Docker containers on remote systems via multi-hops. Tramp is a huge timesaver.

Re: My Emacs Productivity Tricks/Hacks

#30
post #17

I've used Emacs for decades and still feel like I'm barely scratching the surface. What would really help me with articles like this one is more narrative on _why_ these particular modes are so useful. For example, it took me a long time to learn org-mode because I just didn't know what to do with it! I feel like Helm is similar, I've tried it briefly, but I'm not sure if or how it would fit into my workflow.

I completely agree. I used vanilla Emacs for about a decade before finding list-packages. (I know, I know. I was really behind.) But stuff like org-mode never clicked for me. I had to sit down with the manual and read it to finally get a handle on what it is. I'm currently drafting an essay on what makes org-mode compelling, rather than how to use it. I think I'll do the same for other tools I use.

Awesome! I love reading essays like what you're planning on writing. Let me know how I can help, for example: I'd be happy to review drafts, be a sounding board, etc - my contact info is in my HN bio. Let me know!
Post reply on HN