emacs: set gnus-select-method
This commit is contained in:
parent
dd2908c360
commit
bfbbc9c0ec
1 changed files with 5 additions and 4 deletions
|
@ -39,10 +39,11 @@ One will be created if none exist."
|
|||
(global-set-key (kbd "C-c e i") 'edit-init-file)
|
||||
|
||||
;; variables
|
||||
(setq compilation-scroll-output t ; M-x compile
|
||||
dictionary-server "dict.org" ; M-x dictionary-search
|
||||
fill-column 72 ; M-x auto-fill-mode
|
||||
wdired-allow-to-change-permissions t) ; M-x dired C-x C-q
|
||||
(setq compilation-scroll-output t ; M-x compile
|
||||
dictionary-server "dict.org" ; M-x dictionary-search
|
||||
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
|
||||
|
||||
;; some packages
|
||||
(package-install 'nerd-icons)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue