Questions tagged [emmet]
5 questions
1
vote
1 answer
Emmet expands css abbreviations as html
Everytime I expand an abbreviations on a css file it expands as html instead the proper css expansion.
This:
m10+p0
Should expand to this:
margin: 10px;
padding: 0px;
But instead expands to this:
I have installed the Emmet…

Fabman
- 578
- 2
- 14
1
vote
1 answer
Emmet-mode: Wrapping individual lines in HTML tags
I'm new to Emacs, new to Emmet, and new to Stack Overflow.
I'm trying to wrap a list of text in individual html tags.
Home
About
Something
is supposed to become
- Home
- About
- Something

orangeInk
- 111
- 4
0
votes
0 answers
How get emmet, php-mode and indentation of html work together?
I want emmet and php-mode work together.
I want correct html indentation with php-mode enabled.
I know web-mode but I don't like it.

Francesco Cadei
- 327
- 3
- 17
0
votes
1 answer
having issues using Emmet-mode
Am new to Emacs and am using Spacemacs, Emacs mode. After following the basic Emacs tutorial, I create an html file and try to use emacs for code editing. So I installed the html layer, after activating emmet-mode, it still stuck at web-mode. And I…

Asme Just
- 384
- 4
- 13
0
votes
1 answer
Hippie doesn't use yasnippet and fallback to emmet with emacs-lisp-mode
I use hippie-expand with emmet and yasnippet.
(use-package emmet-mode
:init
(add-hook 'css-mode-hook 'emmet-mode)
(add-hook 'sgml-mode-hook 'emmet-mode)
:config (unbind-key "" emmet-mode-keymap))
(use-package hippie-exp
:bind…

Mathieu Marques
- 1,953
- 1
- 13
- 30