Mercurial > dotfiles
changeset 428:bd5b61866ef8
packages: drop a few emacs packages
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 29 Nov 2016 14:06:50 -0500 |
parents | 02b72a9bbba4 |
children | 27e8ad5acedf |
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 jsx-mode js2-mode ipython iedit http-twiddle go-eldoc go-autocomplete git-gutter flycheck-rust evil dtrace-script-mode doctest-mode diff-mode- company-racer cargo))) + (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 (":\\(.*:\\)" "~/")))