emacs: Completely removed starter-pack, shuffling dependencies
This commit is contained in:
		
							parent
							
								
									51fdc2a295
								
							
						
					
					
						commit
						f2c32a12be
					
				
					 1 changed files with 15 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -13,16 +13,22 @@
 | 
			
		|||
(when (not package-archive-contents)
 | 
			
		||||
  (package-refresh-contents))
 | 
			
		||||
 | 
			
		||||
;; Important packages
 | 
			
		||||
;; Important defvar
 | 
			
		||||
(defvar my-pkgs '(haskell-mode
 | 
			
		||||
                  markdown-mode
 | 
			
		||||
		  idle-highlight-mode
 | 
			
		||||
		  ido-ubiquitous
 | 
			
		||||
		  magit
 | 
			
		||||
		  paredit
 | 
			
		||||
		  smex
 | 
			
		||||
		  ace-jump-mode
 | 
			
		||||
		  clojure-mode
 | 
			
		||||
		  leuven-theme
 | 
			
		||||
		  magit
 | 
			
		||||
		  markdown-mode
 | 
			
		||||
		  nrepl
 | 
			
		||||
		  projectile
 | 
			
		||||
		  rainbow-delimiters
 | 
			
		||||
                  nrepl
 | 
			
		||||
                  clojure-mode
 | 
			
		||||
                  ace-jump-mode)
 | 
			
		||||
		  )
 | 
			
		||||
 | 
			
		||||
  "A list of packages to install at launch.")
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue