.
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
|
;; See: https://github.com/radian-software/el-patch
|
||||||
(use-package el-patch)
|
(use-package el-patch)
|
||||||
|
|
||||||
|
;;;;; Guix Management
|
||||||
|
(use-package guix)
|
||||||
|
|
||||||
;;;; Helper Functions
|
;;;; Helper Functions
|
||||||
(cl-defun conditional-keybind
|
(cl-defun conditional-keybind
|
||||||
(filter-fn target-fn
|
(filter-fn target-fn
|
||||||
|
|
|
@ -135,8 +135,8 @@
|
||||||
("l" . "ls -alh")
|
("l" . "ls -alh")
|
||||||
("ll" . "ls -l")
|
("ll" . "ls -l")
|
||||||
("ls" . "ls --color=tty")
|
("ls" . "ls --color=tty")
|
||||||
("create-guix-patch" . "git format-patch --to guix-patches@gnu.org --cc dziltener@lyrion.ch --inline --no-attach --stdout master")
|
("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-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")))
|
("send-guix-patch-series" . "for FILE in $(ls *.patch); do cat $FILE | msmtp -t; done")))
|
||||||
(bashrc
|
(bashrc
|
||||||
(list
|
(list
|
||||||
(local-file
|
(local-file
|
||||||
|
|
Loading…
Reference in a new issue