2
yabbat
6y

Since I started using Emacs two months ago I love this piece of software.

Comments
  • 1
    I have a love hate relationship with it. Grew fonder of it recently once I started customizing it to my needs, and adding nice features instead of using someone else's setup.

    What language do you use it for?
  • 0
    @hasu I wanted to go back to C and first tried codeBlocks, but wasn't satisfied with it. So I just read some basics and tried the integrated tutorial. After I figured out the basics I started to modify emacs for my needs. At the moment I automate my daily routines with simple bash scripts but also did some javascript and HTML with emacs. This is my actual config.
    https://bit.ly/2wMCi1j
    If needed I switch on electric pair mode.
  • 1
    @schug Cool. I use it for Lisp. Once I had a c course though and for some reason I used it there too. Was awesome.

    I like that I can use the shell within it, but for my daily work, terminator is still best for running all the shell things I need, but emacs for the lisp repl.
  • 0
    @hasu I'm fine with ansi-term. Not sure but maybe take a look here
    https://emacs.stackexchange.com/a/...
  • 1
    @schug terminator is fine. I need like 5+ processes and I like being able to see their status all at once. So the multi window functionality of terminator is pretty neat.
    Also it keeps them separated from emacs, since if emacs crashes all of them would die with it.
    I could do this all within emacs, but naah, I'm good.
  • 0
    @jAsE just to save emacs.sh
    With content
    #!/bin/bash
    emacs -mm
Add Comment