mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-04 01:20:11 +00:00 
			
		
		
		
	Let's go a bit more stable
This commit is contained in:
		
							parent
							
								
									00cc304845
								
							
						
					
					
						commit
						d87493e6bd
					
				
							
								
								
									
										8
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								init.org
									
									
									
									
									
								
							@ -167,11 +167,13 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
   #+BEGIN_SRC emacs-lisp
 | 
					   #+BEGIN_SRC emacs-lisp
 | 
				
			||||||
   (setq package-archives
 | 
					   (setq package-archives
 | 
				
			||||||
         '(("gnu" . "https://elpa.gnu.org/packages/")
 | 
					         '(("GNU ELPA"     . "https://elpa.gnu.org/packages/")
 | 
				
			||||||
 | 
					           ("MELPA Stable" . "https://stable.melpa.org/packages/")
 | 
				
			||||||
           ("MELPA"        . "https://melpa.org/packages/"))
 | 
					           ("MELPA"        . "https://melpa.org/packages/"))
 | 
				
			||||||
         package-archive-priorities
 | 
					         package-archive-priorities
 | 
				
			||||||
         '(("MELPA" . 5)
 | 
					         '(("MELPA Stable" . 10)
 | 
				
			||||||
           ("gnu" . 0)))
 | 
					           ("GNU ELPA"     . 5)
 | 
				
			||||||
 | 
					           ("MELPA"        . 0)))
 | 
				
			||||||
   #+END_SRC
 | 
					   #+END_SRC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   The configuration assumes that the packages listed below are
 | 
					   The configuration assumes that the packages listed below are
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user