From: Doug Davis <ddavis@ddavis.io>
To: help-gnu-emacs@gnu.org
Subject: Re: How to have yasnippet only for C/C++ files ?
Date: Tue, 26 Mar 2019 11:46:58 -0400 [thread overview]
Message-ID: <m24l7py6x9.fsf@ddavis.io> (raw)
In-Reply-To: <20190326110557.6cca1321@mistral>
Hi,
Check here:
https://github.com/joaotavora/yasnippet#use-yas-minor-mode-on-a-per-buffer-basis
Looks like you can do
(add-hook 'c-mode-common-hook #'yas-minor-mode)
Cheers,
Doug
jonetsu writes:
> I've installed the yasnippets package and I find it great for C/C++.
> However I have searched about how to enable it only for C/C++ files
> (mode) and have found nothing so far. Many references about global
> mode, although I do not really want it to be global.
>
> So, how to enable yasnippets only for C/C++ files ?
>
> Thanks !
next prev parent reply other threads:[~2019-03-26 15:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-26 15:05 How to have yasnippet only for C/C++ files ? jonetsu
2019-03-26 15:43 ` Óscar Fuentes
2019-03-26 15:48 ` jonetsu
2019-03-26 15:46 ` Doug Davis [this message]
2019-03-26 19:08 ` jonetsu
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m24l7py6x9.fsf@ddavis.io \
--to=ddavis@ddavis.io \
--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.
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).