Aleksei Babushkin
Results
1
comments of
Aleksei Babushkin
Experience the same issue, configured irony as follows: `Enable company mode` `(add-hook 'after-init-hook 'global-company-mode)` `;; Configure irony-mode` `(add-hook 'c++-mode-hook 'irony-mode)` `(add-hook 'c-mode-hook 'irony-mode)` `(add-hook 'objc-mode-hook 'irony-mode)` `(add-hook 'irony-mode-hook 'irony-cdb-autosetup-compile-options)` `;;...