Compare commits

..

No commits in common. "86879ec84e3c576ee495cfded4b653b018dac79d" and "48836d41f743047d4c1130e8b11bf4058e72398b" have entirely different histories.

2 changed files with 4 additions and 7 deletions

2
.gitignore vendored
View File

@ -36,5 +36,7 @@
/semanticdb/
/server/server
/session.*
/speed-type/*
/tramp
/transient/history.el

View File

@ -1334,11 +1334,6 @@ point to the beginning of buffer first."
:commands (page-break-lines-mode)
:diminish page-break-lines-mode)
(use-package transient
:init (setq transient-levels-file (expand-file-name "transient/levels.el" emacs-d-userdata)
transient-values-file (expand-file-name "transient/values.el" emacs-d-userdata)
transient-history-file (expand-file-name "transient/history.el" emacs-d-userdata)))
;; * Mail
@ -1361,7 +1356,7 @@ point to the beginning of buffer first."
bbdb-save)
:init (setq bbdb-completion-display-record nil
bbdb-complete-mail-allow-cycling t
bbdb-mua-auto-action 'query
bbdb-mua-auto-update-p 'query
bbdb-default-country "Germany")
:config (progn
(add-hook 'message-setup-hook 'bbdb-mail-aliases)
@ -1404,7 +1399,7 @@ point to the beginning of buffer first."
gnus-subscribe-newsgroup-method 'gnus-subscribe-killed
gnus-group-list-inactive-groups t
gnus-suppress-duplicates nil
gnus-large-newsgroup 500
gnus-large-newsgroup 200
nnmail-expiry-wait 7
nnmail-cache-accepted-message-ids t
gnus-summary-next-group-on-exit nil