summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/getmail/getmailrc2
-rw-r--r--.config/guix/channels.scm9
-rw-r--r--.config/isync/mbsyncrc2
-rw-r--r--.emacs.d/etc/custom.el16
-rw-r--r--.gnupg/gpg-agent.conf2
5 files changed, 16 insertions, 15 deletions
diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc
index 8f14bea..5caed23 100644
--- a/.config/getmail/getmailrc
+++ b/.config/getmail/getmailrc
@@ -2,7 +2,7 @@
type = SimplePOP3SSLRetriever
server = fencepost.gnu.org
username = mab
-password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg")
+password_command = ("gpg", "--no-tty", "-q", "-d", "/home/mab/.passwd/gnu.gpg")
port = 995
use_apop = True
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
index 61a3d36..ba69e32 100644
--- a/.config/guix/channels.scm
+++ b/.config/guix/channels.scm
@@ -1,7 +1,8 @@
(list (channel
(name 'guix)
- ;; (url "file:///home/bandali/src/git/guix")
- (url "https://git.savannah.gnu.org/git/guix.git"))
+ ;; (url "file:///home/mab/src/git/guix")
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit "7357b3d7a52eb5db1674012c50d308d792741c48"))
(channel
- (name 'guix-bandali)
- (url "file:///home/bandali/src/git/guix-bandali")))
+ (name 'guix-mab)
+ (url "file:///home/mab/src/git/guix-mab")))
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc
index d348139..12e08e2 100644
--- a/.config/isync/mbsyncrc
+++ b/.config/isync/mbsyncrc
@@ -41,7 +41,7 @@ Account gnub
IMAPAccount gnub-local
Host 127.0.0.1
Port 143
-User bandali@gnu.local
+User mab@gnu.local
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub-local.gpg"
SSLType None
diff --git a/.emacs.d/etc/custom.el b/.emacs.d/etc/custom.el
index a831542..50e364c 100644
--- a/.emacs.d/etc/custom.el
+++ b/.emacs.d/etc/custom.el
@@ -3,11 +3,11 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(abbrev-file-name "/home/bandali/.emacs.d/var/abbrev.el")
+ '(abbrev-file-name "/home/mab/.emacs.d/var/abbrev.el")
'(auth-sources '("~/.authinfo.gpg"))
'(authinfo-hidden "\\(?:client-secret\\|password\\|token\\)")
'(auto-revert-verbose nil)
- '(auto-save-file-name-transforms '((".*" "/home/bandali/.emacs.d/var/auto-save/" t)))
+ '(auto-save-file-name-transforms '((".*" "/home/mab/.emacs.d/var/auto-save/" t)))
'(backup-by-copying t)
'(company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]" t)
'(company-dabbrev-downcase nil t)
@@ -19,7 +19,7 @@
'(display-battery-mode t)
'(display-time-mode t)
'(dmenu-prompt-string "run: " t)
- '(dmenu-save-file "/home/bandali/.emacs.d/var/dmenu-items" t)
+ '(dmenu-save-file "/home/mab/.emacs.d/var/dmenu-items" t)
'(ebdb-gnus-window-configuration
'(article
(vertical 1.0
@@ -32,7 +32,7 @@
'(ediff-split-window-function 'split-window-horizontally t)
'(ediff-window-setup-function 'ediff-setup-windows-plain t)
'(epa-pinentry-mode 'loopback)
- '(epg-gpg-program "/home/bandali/.guix-profile/bin/gpg")
+ '(epg-gpg-program "/home/mab/.guix-profile/bin/gpg")
'(epg-pinentry-mode 'loopback)
'(erc-fill-column 77)
'(erc-fill-function 'erc-fill-static)
@@ -51,7 +51,7 @@
'(erc-track-position-in-mode-line t)
'(erc-track-priority-faces-only 'all)
'(erc-track-shorten-function nil)
- '(eshell-directory-name "/home/bandali/.emacs.d/var/eshell/")
+ '(eshell-directory-name "/home/mab/.emacs.d/var/eshell/")
'(eshell-hist-ignoredups t)
'(eshell-input-filter 'eshell-input-filter-initial-space)
'(fci-rule-color "#5B6268")
@@ -159,7 +159,7 @@
'(projectile-completion-system 'ivy)
'(projectile-mode-line-prefix " proj")
'(recentf-max-saved-items 2000)
- '(recentf-save-file "/home/bandali/.emacs.d/var/recentf-save.el")
+ '(recentf-save-file "/home/mab/.emacs.d/var/recentf-save.el")
'(require-final-newline t)
'(safe-local-variable-values
'((tex-main-file . "../thesis.tex")
@@ -177,8 +177,8 @@
(eval setq org-latex-prefer-user-labels t)
(eval add-hook 'after-save-hook 'org-latex-export-to-latex t t)))
'(save-interprogram-paste-before-kill t)
- '(save-place-file "/home/bandali/.emacs.d/var/save-place.el" t)
- '(savehist-file "/home/bandali/.emacs.d/var/savehist.el")
+ '(save-place-file "/home/mab/.emacs.d/var/save-place.el" t)
+ '(savehist-file "/home/mab/.emacs.d/var/savehist.el")
'(search-default-mode 'char-fold-to-regexp)
'(split-width-threshold 150)
'(text-scale-mode-step 1.05)
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf
index ba418db..477b69e 100644
--- a/.gnupg/gpg-agent.conf
+++ b/.gnupg/gpg-agent.conf
@@ -4,6 +4,6 @@ max-cache-ttl 86400
default-cache-ttl-ssh 43200
max-cache-ttl-ssh 86400
-pinentry-program /home/bandali/.guix-profile/bin/pinentry-emacs
+pinentry-program /home/mab/.guix-profile/bin/pinentry-emacs
allow-emacs-pinentry
allow-loopback-pinentry