emacs thread
Posted: Sat Aug 24, 2024 2:08 am
are any of the paraloguers emacs users? do you use org-mode? do you do anything unique with it?
if you've never really given it a good go, i really highly recommend everyone lives in it for a month to see what the fuss is about.
my history with emacs
i've had a whole journey with text editors in my life. maybe this will be better as a blog post but i'll keep it here for completness so you all know where i'm coming from.
when i started using linux in 2012, i learned how vim worked. at some point in 2017 i decided to learn how to use emacs with evil mode since apparently it was very similar. i stuck with it for about a year, taking notes in org for my college courses along the way, but my 1000+ LOC config really really slowed it down, so i moved back to neovim.
in around 2021 my friend was telling me about how he started using DOOM emacs. the selling point was that it was all pre-configured to do exactly what i wanted it to do, with evil-mode (the emacs vim emulation layer) setup to work seamlessly everywhere. when i tried it out, i found that i really liked it too!
for a few years i used it with some minimal configuration to optimize note writing and integrate better wish the other software i used. it worked pretty great to be honest. but then i tried kakoune and found that i much preferred its modal editing to vim's...
but but! then i wanted to know what the whole deal with alternative keyboard layouts was. i switched to colemak-dh and really liked it, except for the problem that hjkl-oriented editors don't really make any sense on non-qwerty boards. that's what roped me back into emacs (again)
so i started using doom emacs again without the evil-mode module enabled. it was... alright... but i really missed modal editing. luckily emacs users are as deranged as i am, and someone created meow which seemed like a perfect mesh of the editing powers of kakoune and seamless integration with emacs packages.
today
i ended up switching to the guix system as my main linux distro. with this change, i decided to scrap DOOM and implement only what i needed using guix to manage dependencies. now, my config is way smaller than it was in 2017 and way more organized thanks to use-package.
it's great. all of the documentation for my operating system is available through it as an interface. i can read man pages and the guix manual without having to open up a browser. i even downloaded an info version of SICP to read through that inside of emacs if i wanted.
i want to get way more into org-mode in general at this point. i've always struggled with finding a way to keep up with taking notes in systems like org-roam, but i think i just need to get back into the swing of it.
if you've never really given it a good go, i really highly recommend everyone lives in it for a month to see what the fuss is about.
my history with emacs
i've had a whole journey with text editors in my life. maybe this will be better as a blog post but i'll keep it here for completness so you all know where i'm coming from.
when i started using linux in 2012, i learned how vim worked. at some point in 2017 i decided to learn how to use emacs with evil mode since apparently it was very similar. i stuck with it for about a year, taking notes in org for my college courses along the way, but my 1000+ LOC config really really slowed it down, so i moved back to neovim.
in around 2021 my friend was telling me about how he started using DOOM emacs. the selling point was that it was all pre-configured to do exactly what i wanted it to do, with evil-mode (the emacs vim emulation layer) setup to work seamlessly everywhere. when i tried it out, i found that i really liked it too!
for a few years i used it with some minimal configuration to optimize note writing and integrate better wish the other software i used. it worked pretty great to be honest. but then i tried kakoune and found that i much preferred its modal editing to vim's...
but but! then i wanted to know what the whole deal with alternative keyboard layouts was. i switched to colemak-dh and really liked it, except for the problem that hjkl-oriented editors don't really make any sense on non-qwerty boards. that's what roped me back into emacs (again)
so i started using doom emacs again without the evil-mode module enabled. it was... alright... but i really missed modal editing. luckily emacs users are as deranged as i am, and someone created meow which seemed like a perfect mesh of the editing powers of kakoune and seamless integration with emacs packages.
today
i ended up switching to the guix system as my main linux distro. with this change, i decided to scrap DOOM and implement only what i needed using guix to manage dependencies. now, my config is way smaller than it was in 2017 and way more organized thanks to use-package.
it's great. all of the documentation for my operating system is available through it as an interface. i can read man pages and the guix manual without having to open up a browser. i even downloaded an info version of SICP to read through that inside of emacs if i wanted.
i want to get way more into org-mode in general at this point. i've always struggled with finding a way to keep up with taking notes in systems like org-roam, but i think i just need to get back into the swing of it.