the others I cannot live without: neo tree winner mode god mode (I use instead of evil mode) avy (visually jump to any char on the screen) undo-tree (really neat, though I don't use it as much any more)
My Emacs Productivity Tricks/Hacks
11–20 of 210 posts
Re: My Emacs Productivity Tricks/Hacks
#12also tramp, for editing files on any machine you can ssh into ... https://www.emacswiki.org/emacs/TrampMode
Re: My Emacs Productivity Tricks/Hacks
#13the others I cannot live without: neo tree winner mode god mode (I use instead of evil mode) avy (visually jump to any char on the screen) undo-tree (really neat, though I don't use it as much any more)
winner-mode was new to me. Thanks! The most annoying thing about Emacs for me is random windows popping up; I'm a "separate frames" person (the OS window manager does fine for me, I don't need much help from Emacs), and anything that streamlines windows is great.
;;from https://github.com/m2ym/popwin-el
;; prevents annoying popup buffers/windows
(require 'popwin)
(popwin-mode 1)Re: My Emacs Productivity Tricks/Hacks
#14Re: My Emacs Productivity Tricks/Hacks
#15the others I cannot live without: neo tree winner mode god mode (I use instead of evil mode) avy (visually jump to any char on the screen) undo-tree (really neat, though I don't use it as much any more)
Re: My Emacs Productivity Tricks/Hacks
#16the others I cannot live without: neo tree winner mode god mode (I use instead of evil mode) avy (visually jump to any char on the screen) undo-tree (really neat, though I don't use it as much any more)
winner-mode was new to me. Thanks! The most annoying thing about Emacs for me is random windows popping up; I'm a "separate frames" person (the OS window manager does fine for me, I don't need much help from Emacs), and anything that streamlines windows is great.
Embrace the power of "and": EXWM.
Re: My Emacs Productivity Tricks/Hacks
#17What 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.
Re: My Emacs Productivity Tricks/Hacks
#18I'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'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.
Re: My Emacs Productivity Tricks/Hacks
#19I installed Doom[0] and called it a day! [0] https://github.com/hlissner/doom-emacs
https://github.com/hlissner/doom-emacs/blob/develop/docs/ind...
Re: My Emacs Productivity Tricks/Hacks
#20the others I cannot live without: neo tree winner mode god mode (I use instead of evil mode) avy (visually jump to any char on the screen) undo-tree (really neat, though I don't use it as much any more)
I have tried neo-tree and undo-tree. But never really got around to using them well. Maybe, I need to be patient.
The quick diffs can be pretty darn helpful with complex changes.