Avatar

sleekeliteB

sleekelite@alien.top
Joined
0 posts • 20 comments
Direct message

do whatever you want, why would anyone else care? I would encourage you to require less validation from randoms to do things, though, that will definitely hold you back in life.

permalink
report
reply

It sounds like you’re confused about Python and Emacs as well as their relationship. You’ll need to find a Python data science tutorial and read all the way through it.

This should help with the emacs side: https://github.com/wyuenho/emacs-pet

permalink
report
reply

C-M-a means “hold control and meta at the same time and then press a”.

C-h k (hold control, press h, let go of h and control, press k) followed by key presses will tell you what emacs saw and what function it will run.

permalink
report
reply

emacs is not going to be a good fit for that style of work, unfortunately

permalink
report
reply

why don’t you just try it and see if you personally like it for your personal tasks and requirements

permalink
report
reply

of course not

permalink
report
reply

You’d need to google for gnus or m4ue setup guides, but setting up and using it won’t be easy, no.

permalink
report
reply

It’s sort of a silly question.

To customise emacs beyond clicking around in ‘customise’ you need to write elisp. If you learn little elisp then you can only customise it using other people’s code, if you learn a lot of it then you can write an mua.

You decide where you want to be on that spectrum.

permalink
report
reply

Come on mate, go download whatever version was current then from some old ftp site or choose a less mad hobby.

permalink
report
reply

(imo) you’re using it wrong, I made everything defer by default then rely on autoloads and/or :bind/:commands with light use of :after . 99% of things are lazy loaded after an hour or so of work on a > 1000 line .emacs . It’s not ideal and I should probably turn most of :commands into patches upstream for auto loads but I am lazy.

permalink
report
reply