emacs-c-ide-demo
emacs-c-ide-demo copied to clipboard
Duplicate entries in setup-general and setup-editing
https://github.com/tuhdo/emacs-c-ide-demo/blob/5e77bb7caedd65ba420b8f6eb2d7ff799c38636a/custom/setup-general.el#L18
There are several duplicate entries in the files setup-general and setup-editing. In my opinion, that should be cleaned up. Also, sometimes setq-default and sometimes setq is used for the same variable (e.g., tab-width).