Set gnus primary to nil, use secondary only
Ungroup chromium PWAs
This commit is contained in:
parent
393b741697
commit
2eae8185e3
|
@ -570,7 +570,9 @@
|
||||||
:ensure t
|
:ensure t
|
||||||
:hook prog-mode)
|
:hook prog-mode)
|
||||||
|
|
||||||
(setq gnus-select-method '(nnrss "http://www.fsf.org/static/fsforg/rss/news.xml"))
|
(setq gnus-select-method '(nnnil "")
|
||||||
|
gnus-secondary-select-methods
|
||||||
|
'((nnrss "http://www.fsf.org/static/fsforg/rss/news.xml")))
|
||||||
|
|
||||||
(setq sendmail-program (executable-find "msmtp")
|
(setq sendmail-program (executable-find "msmtp")
|
||||||
send-mail-function #'smtpmail-send-it
|
send-mail-function #'smtpmail-send-it
|
||||||
|
|
|
@ -685,7 +685,9 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
|
|
||||||
** TODO Gnus
|
** TODO Gnus
|
||||||
#+begin_src emacs-lisp :tangle yes
|
#+begin_src emacs-lisp :tangle yes
|
||||||
(setq gnus-select-method '(nnrss "http://www.fsf.org/static/fsforg/rss/news.xml"))
|
(setq gnus-select-method '(nnnil "")
|
||||||
|
gnus-secondary-select-methods
|
||||||
|
'((nnrss "http://www.fsf.org/static/fsforg/rss/news.xml")))
|
||||||
#+end_src
|
#+end_src
|
||||||
** TODO Email
|
** TODO Email
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
|
@ -139,8 +139,6 @@ in ''
|
||||||
windowrule = nofullscreenrequest,(Nxplayer.bin)
|
windowrule = nofullscreenrequest,(Nxplayer.bin)
|
||||||
windowrule = nomaximizerequest,(Nxplayer.bin)
|
windowrule = nomaximizerequest,(Nxplayer.bin)
|
||||||
windowrule = group set always,(Nxplayer.bin)
|
windowrule = group set always,(Nxplayer.bin)
|
||||||
windowrule = group set always,(chromium-browser)
|
|
||||||
windowrule = group set always,chrome-(.*)-Default
|
|
||||||
windowrulev2 = float,title:(Open),class:(soffice)
|
windowrulev2 = float,title:(Open),class:(soffice)
|
||||||
windowrulev2 = float,title:(Friends List),class:(steam)
|
windowrulev2 = float,title:(Friends List),class:(steam)
|
||||||
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
||||||
|
|
Loading…
Reference in a new issue