I'm using the emacs/stable,stable,now 1:28.2+1-15
Debian package with Doom and am trying to change startup behavior. I made backups of startup.el.gz
and startup.elc
located at /usr/share/emacs/28.2/lisp/
. After trying to change startup-behavior in vain I eventually deleted startup.elc
entirely. When I try emacs +2 anyfile
it still works flawlessly, despite the line-specifying functionality being implemented in lines 2440+ and 2578+ of startup.el
. I verified that there was no emacs daemon running when executing the above command. What is going on here? How do I change startup behavior?
My end goal is allowing for negative line and column parameters which are counted from the end.