diff --git a/.config/JOSM/preferences.xml b/.config/JOSM/preferences.xml index 51fc9aa..234c32e 100644 --- a/.config/JOSM/preferences.xml +++ b/.config/JOSM/preferences.xml @@ -1,10 +1,10 @@ - - - - + + + + - + @@ -14,6 +14,8 @@ + + @@ -96,7 +98,7 @@ - + @@ -111,10 +113,10 @@ - + - + @@ -123,40 +125,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -182,15 +150,13 @@ - - - - + + @@ -218,7 +184,7 @@ - + @@ -230,32 +196,32 @@ - + - + + - - + + - - - + + - - + + @@ -274,12 +240,6 @@ - - - - - - @@ -334,6 +294,12 @@ + + + + + + @@ -342,6 +308,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -381,14 +428,11 @@ - - - + - + - diff --git a/.config/doom/config.el b/.config/doom/config.el index 2ee9b7d..11ec020 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -244,6 +244,10 @@ Version 2019-11-04 2021-02-16" time-stamp-end "$") :hook before-save) +(use-package! image + :custom + ;; Enable converting external formats (ie. webp) to internal ones. + (image-use-external-converter t)) ;(setq image-file-name-regexps "/preview/") ;(add-to-list 'image-file-name-regexps "/preview/") diff --git a/.local/bin/scripts/rpl b/.local/bin/scripts/rpl index 37a0a72..e25fe70 100755 --- a/.local/bin/scripts/rpl +++ b/.local/bin/scripts/rpl @@ -1,7 +1,7 @@ #!/bin/bash -e # Use grep and sed to replace $1 with $2 recursively and print what is done grep --null --recursive --files-with-matches \ - --binary-files=without-match $(echo $DIRS_IGNORE | sed 's/-x/--exclude-dir/g') "${@:3}" -- "$1" | + --binary-files=without-match $(echo $DIRS_IGNORE | sed 's/-x/--exclude-dir/g') "$1" -- "${@:3}" | xargs -0 sed -i "\%${1}%{ s||${2}|g w /dev/stdout