# HG changeset patch # User Steve Losh # Date 1651786386 14400 # Node ID ea87bf0407c4b11c76565252026b41818e3adf53 # Parent 15f446854045ccb1965d908efa93285c0143fb7e# Parent f37e47cda7c4e31707ee8dcb0bdd846cec840de1 Merge diff -r f37e47cda7c4 -r ea87bf0407c4 bin/kpa --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/kpa Thu May 05 17:33:06 2022 -0400 @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -euo pipefail + +killall pulseaudio diff -r f37e47cda7c4 -r ea87bf0407c4 vim/custom-dictionary.utf-8.add --- a/vim/custom-dictionary.utf-8.add Wed May 04 20:33:37 2022 -0400 +++ b/vim/custom-dictionary.utf-8.add Thu May 05 17:33:06 2022 -0400 @@ -315,4 +315,5 @@ UUIDs metaclass async +valkyrie Greatshield diff -r f37e47cda7c4 -r ea87bf0407c4 vim/vimrc --- a/vim/vimrc Wed May 04 20:33:37 2022 -0400 +++ b/vim/vimrc Thu May 05 17:33:06 2022 -0400 @@ -2121,7 +2121,7 @@ let g:paredit_smartjump = 1 let g:paredit_shortmaps = 0 -let g:paredit_electric_return = 1 +let g:paredit_electric_return = 0 let g:paredit_matchlines = 200 let g:paredit_disable_lisp = 1