From 0fa6c84cfa5992175011a4cad3fa6d081da43d82 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 19 Feb 2022 20:07:42 -0500 Subject: .config/nixpkgs: Remove packages that are now upstream Remove literate from configuration. --- .vimrc | 1 - 1 file changed, 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 1002ad9..c6b4351 100644 --- a/.vimrc +++ b/.vimrc @@ -300,7 +300,6 @@ augroup AutoCommands autocmd BufWritePost $HOME/.config/chromexup/config.ini exe 'Notify(''chromexup 2>&1'')' autocmd BufWritePost rc.lua exe 'Notify(''awesome -k 2>&1'')' autocmd BufWritePost quotes,*.fortune exe 'Notify(''strfile ' . expand('%') . ''')' - autocmd BufWritePost *.lit exe 'Notify(''lit ' . expand('%') . ' 2>&1 && printf "Literate OK: ' . expand('%') . '"'')' autocmd BufWritePost Xresources exe 'Notify(''xrdb ~/.config/X11/Xresources ' . '2>&1 && printf "Reloading Xresources: ' . expand('%') . '"'')' autocmd BufWritePost *.desktop exe 'Notify(''desktop-file-validate ' . expand('%') . ' 2>&1 && printf "Deskop File OK: ' . expand('%') . '"'')' autocmd BufWritePost *.service exe 'Notify(''systemd-analyze verify --user ' . expand('%') . ' 2>&1 && printf "Systemd Service File OK: ' . expand('%') . '"'')' -- cgit v1.2.3