emacs/.emacs.d/config.org:

- Added yaml-mode
- Added ledger-mode

config/.ssh/config:
- cleaup
This commit is contained in:
TuDatTr
2022-01-24 05:01:04 +01:00
parent c14994e2a4
commit 6749a8efd3
17 changed files with 131 additions and 142 deletions

View File

@@ -110,6 +110,7 @@ exec --no-startup-id ~/.scripts/startup.sh
exec --no-startup-id llk
exec --no-startup-id emacs --daemon
exec --no-startup-id syncthing
exec --no-startup-id feh --randomize --bg-fill $HOME/Pictures/Wallpaper/*
###############################################################################
################################# Keybindings #################################

View File

@@ -3,7 +3,7 @@ set vcs_aware true
map f console scout -ftsea%space
map md console mkdir%space
map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g.%m.%%d); ~/Templates/LaTeX/fsrprotokoll.sh
map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g-%m-%%d); ~/Templates/LaTeX/fsrprotokoll.sh
map ny shell cp %f ../Protokoll_$(echo $(basename $(pwd)) | awk '{gsub("\\.","-");print}' $2).pdf
map nrg shell cp ~/Templates/LaTeX/Invoice/elektro_invoice.tex Gefeba_Elektro_-_Rechnung_$(date +%g-%m)_-Elektro.tex; ~/Templates/LaTeX/Invoice/InvNum.sh
map nrb shell cp ~/Templates/LaTeX/Invoice/engineering_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g-%m)_-Engineering.tex; ~/Templates/LaTeX/Invoice/InvNum.sh