7 ms·
I have been using emacs for the past couple of years. Started because I wanted to try out org mode and stayed for the extreme flexibility it offers.
by mimo84 2mo ago
I have been using emacs for the past couple of years. Started because I wanted to try out org mode and stayed for the extreme flexibility it offers.
- smitty1e 2mo agoI've been on spacemacs.org for a while, but since I've got a Keychron G6 Pro where I can reprogram the caps lock, I'm going to try out some hard-core init.el stylings. Suggestions welcome.
- mimo84 2mo agoI also started on spacemacs but then I wanted to learn the basics of it and switched to writing my own configuration from scratch. What helped me the most is reading though the Mastering Emacs book by Mickey Petersen which is an amazing resource to learn the basics and beyond. Right now I'm in the process of reducing the number of external packages I use and I'm trying to use more of the built in functionality that is available "out of the box".
- smitty1e 2mo agoNice. I'm going to go through https://github.com/emacs-tw/awesome-emacs https://github.com/emacs-tw/awesome-emacs as well as https://www.masteringemacs.org/ https://www.masteringemacs.org/
- tmtvl 2mo agoAssuming you're on GNU/Linux: (setq read-process-output-max (with-temp-buffer (insert-file-contents "/proc/sys/fs/pipe-max-size") (string-to-number (buffer-string))))