emacs-c-ide-demo icon indicating copy to clipboard operation
emacs-c-ide-demo copied to clipboard

Emacs setup for C/C++ with Helm describe here: http://tuhdo.github.io/c-ide.html

Results 10 emacs-c-ide-demo issues
Sort by recently updated
recently updated
newest added

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?

Hello @tuhdo first of all, thanks for the great job with emacs configs for c++ I'm testing ggtags and I did need to do the follow correction to work without...

very thankful !!! I learn a lot from http://tuhdo.github.io/c-ide.html the last section how can i peek definition change to use gtags ?

I have been using this setup in other computers, but I'm getting these errors in a new installation: ``` Turn on helm-projectile key bindings Error during redisplay: (eval (format "...

The .el files in the package should have a line indicating its source / author. Even if the material is public-domain, the colophon information is useful for users to know...