all repos — nixfiles @ 5ff134598c2c94cede4e30a902494747d67d6358

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

Emacs: Setup toml-mode

Alan Pearce
commit

5ff134598c2c94cede4e30a902494747d67d6358

parent

405ba466460f9d987d331e64fe28eaba481b9c62

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -1636,6 +1636,9 @@ :defer t
:config (progn (setq scss-compile-at-save nil))) +(use-package toml-mode + :mode ("\\.toml\\'" . toml-mode)) + (use-package yaml-mode :mode (("/group_vars/.*" . yaml-mode) ("/host_vars/.*" . yaml-mode)))
M nix/.config/nixpkgs/emacs.nixnix/.config/nixpkgs/emacs.nix
@@ -143,6 +143,7 @@ smartparens
smex swiper tern + toml-mode undo-tree visual-regexp volatile-highlights