diff options
Diffstat (limited to 'suweren/home/emacs-configuration.el')
-rw-r--r-- | suweren/home/emacs-configuration.el | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/suweren/home/emacs-configuration.el b/suweren/home/emacs-configuration.el index d810d72..27ef693 100644 --- a/suweren/home/emacs-configuration.el +++ b/suweren/home/emacs-configuration.el @@ -74,23 +74,6 @@ ;; Disable Toolbar (tool-bar-mode -1) -;; GNUS Configuration -;; (setq-default gnus-auto-select-first nil -;; gnus-select-method '(nnnil "") -;; gnus-secondary-select-methods '((nnimap "outlook" -;; (nnimap-address "outlook.office365.com") -;; (nnimap-server-port 993) -;; (nnimap-stream ssl) -;; (nnimap-authinfo-file "~/.authinfo")) -;; (nnimap "home" -;; (nnimap-address "serwer1930490.home.pl") -;; (nnimap-server-port 993) -;; (nnimap-stream ssl) -;; (nnimap-authinfo-file "~/.authinfo"))) -;; nnmail-split-method 'nnmail-split-fancy -;; nnmail-split-fancy '(| "normal")) -;; (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) - ;; ORG-FC Configuration (setq-default org-fc-algorithm 'tn |