mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-04 01:20:11 +00:00 
			
		
		
		
	Prefer melpa stable
This commit is contained in:
		
							parent
							
								
									74ba7de172
								
							
						
					
					
						commit
						d17f314911
					
				
							
								
								
									
										12
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								init.org
									
									
									
									
									
								
							@ -165,10 +165,14 @@
 | 
			
		||||
   archive and is well maintained.
 | 
			
		||||
 | 
			
		||||
   #+BEGIN_SRC emacs-lisp
 | 
			
		||||
   (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
 | 
			
		||||
   (add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/"))
 | 
			
		||||
 | 
			
		||||
   (add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
 | 
			
		||||
   (setq package-archives
 | 
			
		||||
     '(("gnu" . "https://elpa.gnu.org/packages/")
 | 
			
		||||
       ("MELPA Stable" . "https://stable.melpa.org/packages/")
 | 
			
		||||
       ("MELPA"        . "https://melpa.org/packages/"))
 | 
			
		||||
     package-archive-priorities
 | 
			
		||||
     '(("MELPA Stable" . 10)
 | 
			
		||||
       ("gnu"          . 5)
 | 
			
		||||
       ("MELPA"        . 0)))
 | 
			
		||||
   #+END_SRC
 | 
			
		||||
 | 
			
		||||
   The configuration assumes that the packages listed below are
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user