X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/a225edd9cbe2a14e8461bc64bb78ab3bf8fbefb1..08e339fc874faba99ee8bf0c21a966c88cd62923:/.emacs.d/etc/custom.el 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)