▲ | nine_k 2 days ago | |||||||
It looks like adding a defcustom that would disable macro expansion, and basically any attempts to eval the code being edited, should not be a lot of work, or at least doable. Disable it in your config, get a nerfed-down but shields-up elisp editing mode. Am I missing anything here? E.g. should I expect pieces of C code that handle completion in elisp mode? | ||||||||
▲ | G3rn0ti 2 days ago | parent | next [-] | |||||||
> It looks like adding a defcustom that would disable macro expansion, and basically any attempts to eval the code being edited Probably, yes. „org-babel“ can execute shell code inside an org document but always asks the user before it does. You can disable this if you want to. No big deal. Should totally work like this in elisp-mode, too. | ||||||||
▲ | chlorion 2 days ago | parent | prev [-] | |||||||
Would you mind explaining how you could do this? | ||||||||
|