diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3997689..b5049f0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)