all repos — nixfiles @ c4534fd477bc2a79df553c2ac3d7d43963817f6c

System and user configuration, managed by nix and home-manager

Merge branch 'master' of ssh://alanpearce.eu/dotfiles

Alan Pearce
commit

c4534fd477bc2a79df553c2ac3d7d43963817f6c

parent

98746fdaec9f4272619c2ceeadbbcfa7ec387ea4

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -2312,6 +2312,7 @@ :init (progn
(setq emmet-indentation 2 emmet-self-closing-tag-style " /") (add-hook 'sgml-mode-hook #'emmet-mode) + (add-hook 'web-mode-hook #'emmet-mode) (add-hook 'css-mode-hook #'emmet-mode))) #+END_SRC