Martin Fei
Martin Fei
https://github.com/tuhdo/emacs-c-ide-demo/blob/5e77bb7caedd65ba420b8f6eb2d7ff799c38636a/custom/setup-general.el#L52 Why is the `newline-and-indent` made part of zygospore setup? The setting is also made in setup-editing.el. Therefore, in my opinion, the setting should be removed here.
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...
https://github.com/tuhdo/emacs-c-ide-demo/blob/5e77bb7caedd65ba420b8f6eb2d7ff799c38636a/custom/setup-helm.el#L79 In this and the following three lines, why not use the previously defined helm-map prefix? I think it makes sense to rebind these keys, as well, if the prefix...
https://github.com/tuhdo/emacs-c-ide-demo/blob/5e77bb7caedd65ba420b8f6eb2d7ff799c38636a/custom/setup-helm.el#L79 Just a duplicate line.
https://github.com/tuhdo/emacs-c-ide-demo/blob/5e77bb7caedd65ba420b8f6eb2d7ff799c38636a/custom/setup-helm.el#L38 That appears to unconditionally set the same value which is only conditionally set two lines further up. Or is my rudimentary Lips reading wrong?
A line like # Google Drive Hosts Start does not show up in the list. I think it would make it easier to find entries in large hosts files like...