Mercurial > dotfiles
changeset 440:d706030e7c90
customze: include toml-mode
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 15 Jul 2017 12:59:08 -0400 |
parents | 2325dea339ca |
children | b8c4f6299843 |
files | .elisp/settings/01.custom.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/01.custom.el +++ b/.elisp/settings/01.custom.el @@ -10,7 +10,7 @@ '(magit-auto-revert-mode nil) '(package-selected-packages (quote - (yaml-mode wgrep use-package smex smart-mode-line rustfmt racer paredit nose monky markdown-mode magit js2-mode ipython iedit http-twiddle go-eldoc go-autocomplete git-gutter flycheck-rust doctest-mode diff-mode- company-racer cargo))) + (toml-mode yaml-mode wgrep use-package smex smart-mode-line rustfmt racer paredit nose monky markdown-mode magit js2-mode ipython iedit http-twiddle go-eldoc go-autocomplete git-gutter flycheck-rust doctest-mode diff-mode- company-racer cargo))) '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) '(rust-format-on-save t) '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/")))