unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* configuring irony
@ 2015-10-12  1:17 Sanjeev Sariya
  2015-10-12  4:07 ` Alexis
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sanjeev Sariya @ 2015-10-12  1:17 UTC (permalink / raw)
  To: help-gnu-emacs

Hi Emacs Users,

Apologies if this a naive query. I'm new to emacs world, and have been trying to learn how to set up config in .emacs/init.el file for irony package.
I've installed/downloaded irony, company-irony, added their path to my .emacs file, yet they don't work.

https://github.com/Sarcasm/irony-mode

 My .emacs file look like:

(add-to-list  'load-path "/Users/sariyasanjeev/.emacs.d/elpa/irony-20150831.144/")
(load "irony.el")
(require 'irony)
(add-hook 'c++-mode-hook 'irony-mode)
(add-hook 'c-mode-hook 'irony-mode)
(add-hook 'objc-mode-hook 'irony-mode)

(add-to-list 'load-path "/Users/sariyasanjeev/.emacs.d/elpa/company-irony-20150810.239/")
(eval-after-load 'company
    '(add-to-list 'company-backends 'company-irony)) 

How do I enable these?  Emacs -version 24.5.1 GNU, OSX, 10.9
Please help me.

Best,
Sanjeev


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-12 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12  1:17 configuring irony Sanjeev Sariya
2015-10-12  4:07 ` Alexis
     [not found] ` <mailman.119.1444622853.7904.help-gnu-emacs@gnu.org>
2015-10-12 12:17   ` Sanjeev Sariya
2015-10-12 20:01 ` John Mastro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).