Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JU
JunioKoi @alien.top
BOT
Posts 1
Comments 0

Is adopting Doom or Spacemacs-style folder structures for my Emacs config practical to use compared to traditional options like lisp/ and modules/?

Both split responsibilities based between on what is the "real config" or "helpers" with macros/functions, but the thing is doom-like-style puts it all in one folder(example: /ui/modeline/config /ui/modeline/utils) while other split in two (lisp/lisp-modeline.el, modules/my-mod-modeline.el), and would like to know your opinion about this and what worked for you.

Some context: By now all my settings are all in one init file, and it already passed the 2k lines mark and once something break, everything breaks, so this is needed to avoid future headaches

3