diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-05-12 22:26:55 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-05-12 22:26:55 +0200 |
| commit | 179072bcb08bce3550ca14c4c37860481f587e0a (patch) | |
| tree | a20cd64c9fc74351f0fee42e3eb26f51d1d2c7ea | |
| parent | aa6510b0913967de8ab9a90781d21e09daf7ef7d (diff) | |
| download | dotfiles-179072bcb08bce3550ca14c4c37860481f587e0a.tar.xz | |
Configure Gnus synchronization
| -rw-r--r-- | .emacs-custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index f8fec59..fcd0b7a 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -33,6 +33,7 @@ (git-commit-save-message git-commit-setup-changelog-support git-commit-turn-on-auto-fill git-commit-turn-on-flyspell git-commit-propertize-diff with-editor-usage-message my/buffer-justify-full))) '(global-diff-hl-mode t) '(global-page-break-lines-mode t nil (page-break-lines)) + '(gnus-cloud-method "nnimap:gmail") '(hscroll-step 1) '(icomplete-mode t) '(indent-tabs-mode nil) |
