all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexis Roda <alexis.roda.villalonga@gmail.com>
To: aprekates <aprekates@posteo.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How can i enable webmode?
Date: Sun, 10 May 2020 17:43:25 +0200	[thread overview]
Message-ID: <CAMDYoXZoCJ98hvqivo-oa7ruL+Pz5T1km=980FcvibUkU8xDFg@mail.gmail.com> (raw)
In-Reply-To: <008d9cd4-8d24-f19b-82ad-d5c1bf7a435f@posteo.net>

No, the package manager doesn't mess with your configuration.

A package is just a bunch of files sitting on you disk "passively". In
order for a package to become "active" you must "enable" it from your
configuration. This can be done in many ways depending on the use case:

- adding a major mode to auto-mode-alist
- calling a function from a hook
- requiring the package
- by using a function that has an autoload
- ...


HTH


Missatge de aprekates <aprekates@posteo.net> del dia dg., 10 de maig 2020 a
les 16:40:

> Thanks , i had the impression that package manager would handle that.
>
>
>
> On 10/5/20 1:31 μ.μ., Alexis Roda wrote:
>
> Hi Alexandros,
>
> Can't find webmode in my packages list. Assuming you meant web-mode.
>
> According to web-mode's web page (http://web-mode.org), add in your
> .emacs:
>
>     (add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))
>
> The change will take effect the next time you open emacs.
>
>
> HTH
>
> Missatge de aprekates <aprekates@posteo.net> del dia dg., 10 de maig 2020
> a les 12:02:
>
>> GNU Emacs 26.1 (build 2, x86_64-pc-linux-gn
>>
>> I installed with M-x package-list  webmode but
>>
>> html files still open in html+ mode.
>>
>> Alexandros
>>
>>
>>


  parent reply	other threads:[~2020-05-10 15:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-10 10:02 How can i enable webmode? aprekates
2020-05-10 11:05 ` Jakub Jankiewicz
2020-05-10 14:40   ` aprekates
2020-05-10 15:35     ` 조성빈
     [not found] ` <CAMDYoXZKD6krOQXpX_4js16bn+MtS_imPBHHmLJ2qNEh0Z_toQ@mail.gmail.com>
     [not found]   ` <008d9cd4-8d24-f19b-82ad-d5c1bf7a435f@posteo.net>
2020-05-10 15:43     ` Alexis Roda [this message]
2020-05-10 16:13       ` H. Dieter Wilhelm
2020-05-10 16:42         ` Drew Adams
2020-05-11 11:55           ` H. Dieter Wilhelm
2020-05-11 12:03             ` tomas
2020-05-11 12:47               ` H. Dieter Wilhelm
2020-05-11 15:02             ` Drew Adams
2020-05-11 16:05             ` Stefan Monnier
2020-05-11 17:22               ` H. Dieter Wilhelm
2020-05-10 16:55         ` Dan Sommers
2020-05-11 12:03           ` H. Dieter Wilhelm
2020-05-11 14:01             ` Dan Sommers
2020-05-11 16:09             ` Stefan Monnier

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='CAMDYoXZoCJ98hvqivo-oa7ruL+Pz5T1km=980FcvibUkU8xDFg@mail.gmail.com' \
    --to=alexis.roda.villalonga@gmail.com \
    --cc=aprekates@posteo.net \
    --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.