emacs: set gnus-select-method
This commit is contained in:
parent
dd2908c360
commit
bfbbc9c0ec
1 changed files with 5 additions and 4 deletions
|
@ -41,7 +41,8 @@ One will be created if none exist."
|
||||||
;; variables
|
;; variables
|
||||||
(setq compilation-scroll-output t ; M-x compile
|
(setq compilation-scroll-output t ; M-x compile
|
||||||
dictionary-server "dict.org" ; M-x dictionary-search
|
dictionary-server "dict.org" ; M-x dictionary-search
|
||||||
fill-column 72 ; M-x auto-fill-mode
|
fill-column 68 ; M-x auto-fill-mode
|
||||||
|
gnus-select-method '(nnimap "disroot.org") ; M-x gnus
|
||||||
wdired-allow-to-change-permissions t) ; M-x dired C-x C-q
|
wdired-allow-to-change-permissions t) ; M-x dired C-x C-q
|
||||||
|
|
||||||
;; some packages
|
;; some packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue