.
This commit is contained in:
parent
3c253593d8
commit
5760de7b77
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue