• Re: Unwanted spacing

    From Lawrence D'Oliveiro@21:1/5 to All on Tue Aug 13 21:54:24 2024
    On Tue, 13 Aug 2024 13:22:26 -0000 (UTC), db wrote:

    How do I tell emacs to let me do the spacing myself?

    This seems to work for me:

    (when (functionp 'electric-indent-mode)
    (electric-indent-mode -1) ; disable new behaviour in Emacs 24 that interferes with my code
    ) ; when

    (from <https://gitlab.com/ldo/emacs-prefs>)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)