Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

Update to #configuration main page #488

Closed 3246251196 closed 6 years ago

3246251196 commented 6 years ago

@Sarcasm https://github.com/Sarcasm/irony-mode#configuration

(add-hook 'irony-mode-hook 'irony-cdb-autosetup-compile-options) should be removed since the referenced function no longer exists(?)

Sarcasm commented 6 years ago

It still exist, you probably have some error in your configuration.

https://github.com/Sarcasm/irony-mode/blob/8c43293c89e8a183a1360ffaabb9cd54043bbc24/irony-cdb.el#L93

3246251196 commented 6 years ago

Okay, thanks.