8286e61c3b01

Updates
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Oct 2018 16:50:22 -0700
parents fd3857844a99
children 07f9a2d5c710
branches/tags (none)
files bin/rlwrap-lisp stumpwmrc vim/custom-dictionary.utf-8.add vim/vimrc

Changes

--- 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" \
--- 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)
--- 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
--- 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