all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sanjeev Sariya <sanjeevsariya@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: configuring irony
Date: Sun, 11 Oct 2015 18:17:47 -0700 (PDT)	[thread overview]
Message-ID: <a82a11bc-2541-4b0c-a91e-88a2b69e75c6@googlegroups.com> (raw)

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


             reply	other threads:[~2015-10-12  1:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12  1:17 Sanjeev Sariya [this message]
2015-10-12  4:07 ` configuring irony 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a82a11bc-2541-4b0c-a91e-88a2b69e75c6@googlegroups.com \
    --to=sanjeevsariya@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.