Renew support for Melpa
This was removed when I was still trialing Nix. Since I need to be on gLinux for work and Nix isn't an option, I need something that works.
This commit is contained in:
		
							parent
							
								
									6a629f1720
								
							
						
					
					
						commit
						7db36dc24d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -8,10 +8,12 @@
 | 
				
			||||||
;;; Code:
 | 
					;;; Code:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(require 'package)
 | 
					(require 'package)
 | 
				
			||||||
 | 
					(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
 | 
				
			||||||
(package-initialize)
 | 
					(package-initialize)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(require 'general)
 | 
					 | 
				
			||||||
(require 'use-package)
 | 
					(require 'use-package)
 | 
				
			||||||
 | 
					(setq use-package-always-ensure t)
 | 
				
			||||||
 | 
					(use-package general)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(add-to-list 'load-path "~/.emacs.d/vendor/")
 | 
					(add-to-list 'load-path "~/.emacs.d/vendor/")
 | 
				
			||||||
(add-to-list 'load-path "~/.emacs.d/wpc/")
 | 
					(add-to-list 'load-path "~/.emacs.d/wpc/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue