emacscollective / no-littering

Help keeping ~/.config/emacs clean
GNU General Public License v3.0
635 stars 69 forks source link

gdb-mi: theme gdb-window-configuration-directory #141

Closed leungbk closed 3 years ago

leungbk commented 3 years ago

Emacs 28 introduced gdb-window-configuration-directory, which corresponds to a directory storing window-configuration files for GDB.

See https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/gdb-mi.el#n631.

Presently this appears to be the only directory gdb-mi needs. But it's not hard to imagine something like a directory containing files specifying (say) breakpoint locations, so I specified a child subdirectory for window configurations.