Configure newsticker
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -23,3 +23,6 @@ | ||||
|  | ||||
| # Stack exchange. This file contains the auth token for SX sites | ||||
| /.sx/ | ||||
|  | ||||
| # Newsticker | ||||
| /newsticker | ||||
							
								
								
									
										15
									
								
								init.el
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								init.el
									
									
									
									
									
								
							| @@ -649,6 +649,21 @@ | ||||
|   :config | ||||
|   (setq alert-default-style 'notifications)) | ||||
|  | ||||
| (use-package newsticker | ||||
|   :config | ||||
|   (setq newsticker-url-list '(("(or emacs irrelevant)" | ||||
|                                "http://oremacs.com/atom.xml" | ||||
|                                nil nil nil) | ||||
|                               ("think" | ||||
|                                "http://batsov.com/atom.xml" | ||||
|                                nil nil nil) | ||||
|                               ("Endless Parentheses" | ||||
|                                "http://endlessparentheses.com/atom.xml" | ||||
|                                nil inl nil))) | ||||
|   :bind | ||||
|   (:map gpolonkai/pers-map | ||||
|    ("n" . newsticker-show-news))) | ||||
|  | ||||
| (use-package nxml | ||||
|   :config | ||||
|   (setq nxml-attribute-indent 4 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user