diff options
author | Alan Pearce | 2017-06-19 10:26:10 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-19 10:26:10 +0200 |
commit | 5ff134598c2c94cede4e30a902494747d67d6358 (patch) | |
tree | a266a8124ea95344b82b9e482a644028fdabd6ec /nix | |
parent | 405ba466460f9d987d331e64fe28eaba481b9c62 (diff) | |
download | dotfiles-5ff134598c2c94cede4e30a902494747d67d6358.tar.lz dotfiles-5ff134598c2c94cede4e30a902494747d67d6358.tar.zst dotfiles-5ff134598c2c94cede4e30a902494747d67d6358.zip |
Emacs: Setup toml-mode
Diffstat (limited to 'nix')
-rw-r--r-- | nix/.config/nixpkgs/emacs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/.config/nixpkgs/emacs.nix b/nix/.config/nixpkgs/emacs.nix index 86cf3b5..6ced3fd 100644 --- a/nix/.config/nixpkgs/emacs.nix +++ b/nix/.config/nixpkgs/emacs.nix @@ -143,6 +143,7 @@ in smex swiper tern + toml-mode undo-tree visual-regexp volatile-highlights |