rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3dd561f85773076534b253352943824b829c95e8
parent ed3332c18d987bbe6ad9a3527c82850380f88405
Author: Mark Feller <mfeller@recurly.com>
Date:   Wed, 15 Jan 2020 14:51:25 -0700

add arandr and remove su

Signed-off-by: Mark Feller <mfeller@recurly.com>

Diffstat:
Adots/.config/emacs/lisp/init-preload-local.el | 6++++++
Mdots/.config/git/config | 4+---
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dots/.config/emacs/lisp/init-preload-local.el b/dots/.config/emacs/lisp/init-preload-local.el @@ -0,0 +1,6 @@ +(setq shell-file-name "/bin/zsh") + +(load-file (expand-file-name "theme/poet-fork/poet-theme.el" emacs-dir)) +(load-theme 'poet) + +(provide 'init-preload-local) diff --git a/dots/.config/git/config b/dots/.config/git/config @@ -10,9 +10,7 @@ insteadOf = https://github.com/ [commit] - gpgsign = true + # gpgsign = true [gpg] program = gpg -[diff "sopsdiffer"] - textconv = sops -d