Install yasnippet
This commit is contained in:
parent
ca7dbfc279
commit
c9e8300a74
2 changed files with 6 additions and 0 deletions
|
|
@ -681,5 +681,10 @@
|
||||||
(setq whitespace-line-column nil
|
(setq whitespace-line-column nil
|
||||||
whitespace-style '(face empty tabs lines-tail trailing)))
|
whitespace-style '(face empty tabs lines-tail trailing)))
|
||||||
|
|
||||||
|
(use-package yasnippet
|
||||||
|
:defer t
|
||||||
|
:config
|
||||||
|
(yas-global-mode))
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
|
||||||
|
|
@ -155,6 +155,7 @@
|
||||||
modus-themes
|
modus-themes
|
||||||
nix-mode
|
nix-mode
|
||||||
vertico
|
vertico
|
||||||
|
yasnippet
|
||||||
]);
|
]);
|
||||||
package = pkgs.emacs29;
|
package = pkgs.emacs29;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue