doomemacs/modules/config
Henrik Lissner 114be4af57
Don't use c-toggle-{electric-state,auto-newline} globally
Fixes an odd error where:

1. You open an elixir-mode buffer
2. elixir-mode sets `mode-name` to a non-string value
3. cc-mode is pulled in by one of its dependencies
4. `c-toggle-electric-state` is called from the config/default module
5. Which calls `c-update-modeline`
6. Which operates on `mode-name` and assumes it is a string
7. And a wrong-type-argument: stringp error is thrown
2020-02-16 02:26:38 -05:00
..
default Don't use c-toggle-{electric-state,auto-newline} globally 2020-02-16 02:26:38 -05:00
literate config/literate: allow config.org to be a symlink #2079 2019-11-19 20:37:49 -05:00