Guillaume MULLER <guillaume.mul...@alolise.org> writes: > Hi, > > I noticed that hitting Meta-Return in org in Doom does not behave as > in Vanilla Emacs. If I have (with <> being the cursor): > > * outline 1 > ** outline 2 > + no<>te1 > + note2 > > In Vanilla Emacs, hitting M-Ret (i.e. calling org-meta-return) resulted in: > > * outline 1 > ** outline 2 > + no > + <>te1 > + note2 > > In Doom Emacs, it results in: > * outline 1 > ** outline 2 > + note1 > + note2 > ** <> >
Compare the values of the variable `org-M-RET-may-split-line' in the two cases: are they the same? -- Nick