# HG changeset patch # User Steve Losh # Date 1539647422 25200 # Node ID 8286e61c3b01d76da935d8744ad61c89c2149054 # Parent fd3857844a991f7fb051d2600fdf64f822326e64 Updates diff -r fd3857844a99 -r 8286e61c3b01 bin/rlwrap-lisp --- a/bin/rlwrap-lisp Wed Oct 10 13:40:39 2018 -0700 +++ b/bin/rlwrap-lisp Mon Oct 15 16:50:22 2018 -0700 @@ -4,7 +4,7 @@ --multi-line-ext .lisp \ -a___ \ --only-cook '^\[[a-zA-Z ]+\] [-a-zA-Z0-9._]+>' \ - -pBLUE \ + -p'1;36' \ --quote-characters '"' \ --histsize 1000 \ --history-filename "$HOME/.rlwrap-lisp-history" \ diff -r fd3857844a99 -r 8286e61c3b01 stumpwmrc --- a/stumpwmrc Wed Oct 10 13:40:39 2018 -0700 +++ b/stumpwmrc Mon Oct 15 16:50:22 2018 -0700 @@ -220,7 +220,9 @@ (defcommand sleep-machine () () (hostcase - ((:alephnull :mobius) (run-shell-command "systemctl suspend")) + ((:alephnull :mobius) + (run-shell-command "exec slock") + (run-shell-command "systemctl suspend")) (t (message "Not sleeping this machine for safety..")))) @@ -347,7 +349,7 @@ ("Pause" "exec st") ; jesus christ ("H-F10" "sleep-machine") ("H-F11" "toggle-current-mode-line") - ("H-F12" "restart-hard")) + ("H-F12" "refresh-heads")) (stumpwm::unbind-remapped-keys) diff -r fd3857844a99 -r 8286e61c3b01 vim/custom-dictionary.utf-8.add --- a/vim/custom-dictionary.utf-8.add Wed Oct 10 13:40:39 2018 -0700 +++ b/vim/custom-dictionary.utf-8.add Mon Oct 15 16:50:22 2018 -0700 @@ -235,3 +235,12 @@ pubkey welp xrandr +typecheck +microfluidics +monorepo +todo +frontends +Healthchecks +variadic +GDPR +HIPAA diff -r fd3857844a99 -r 8286e61c3b01 vim/vimrc --- a/vim/vimrc Wed Oct 10 13:40:39 2018 -0700 +++ b/vim/vimrc Mon Oct 15 16:50:22 2018 -0700 @@ -150,10 +150,6 @@ set wildignore+=*.fasl " Lisp FASLs set wildignore+=*.dx64fsl " CCL -" Clojure/Leiningen -set wildignore+=classes -set wildignore+=lib - " }}} " Line Return {{{ @@ -204,6 +200,7 @@ " Color scheme {{{ syntax on +set termguicolors set background=dark let g:badwolf_tabline = 2 let g:badwolf_html_link_underline = 0