This is not a useful plan. Building eMacs produces a binary that depends at runtime on loads of libraries that you haven’t installed on the outer system.
Just don’t bother doing this.
This is not a useful plan. Building eMacs produces a binary that depends at runtime on loads of libraries that you haven’t installed on the outer system.
Just don’t bother doing this.
I mean, as a practical matter they are correct - most things people care about IDEs doing are just built in in other IDEs or doable via plugins. emacs is extremely niche and most people are correct to use something else.
It is an important skill to not care what other people use and not care what they think about what you use.
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.
That’s silly - use-package does two things:
(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.
emacs can be configured to use vi-style keybindings, see evil-mode. doom emacs and spacemacs do that by default, if you want a pre-done thing.
Alt key, is close to space, but it will cause me a lot of strain on fingers and cause RSI.
alt is hit with the thumb and everyone makes control be capslock or escape or whatever.
You’d need to google for gnus or m4ue setup guides, but setting up and using it won’t be easy, no.
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.
I feel like if I understood embark it would do that.
Such a weird and lazy question. emacs is over forty years old, has whole applications written in it and people have slowly modified their own configs for decades to be thousands of lines of code.
Come on mate, go download whatever version was current then from some old ftp site or choose a less mad hobby.
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
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.
Probably don’t want to do that for python, instead do https://github.com/wyuenho/emacs-pet
Have you read the whole tutorial?
C-h k then scroll and see what emacs thinks is happening.
emacs is not going to be a good fit for that style of work, unfortunately
why don’t you just try it and see if you personally like it for your personal tasks and requirements
tc;du it’s a library to recreate magit’s rather nice context sensitive menu system for other things