This commit is contained in:
Daniel Ziltener 2023-12-11 19:19:06 +01:00
parent 3c253593d8
commit 5760de7b77
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 5 additions and 2 deletions

View File

@ -59,6 +59,9 @@
;; See: https://github.com/radian-software/el-patch
(use-package el-patch)
;;;;; Guix Management
(use-package guix)
;;;; Helper Functions
(cl-defun conditional-keybind
(filter-fn target-fn

View File

@ -135,8 +135,8 @@
("l" . "ls -alh")
("ll" . "ls -l")
("ls" . "ls --color=tty")
("create-guix-patch" . "git format-patch --to guix-patches@gnu.org --cc dziltener@lyrion.ch --inline --no-attach --stdout master")
("send-create-guix-patch" . "git format-patch --to guix-patches@gnu.org --cc dziltener@lyrion.ch --inline --no-attach --stdout master | tail -n +2 | msmtp -t")))
("create-guix-patch" . "git format-patch --minimal --to guix-patches@gnu.org --cc dziltener@lyrion.ch --inline --no-attach master; ls *.patch | xargs sed -i '1d'")
("send-guix-patch-series" . "for FILE in $(ls *.patch); do cat $FILE | msmtp -t; done")))
(bashrc
(list
(local-file