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)
 | 
					(when (not package-archive-contents)
 | 
				
			||||||
  (package-refresh-contents))
 | 
					  (package-refresh-contents))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Important packages
 | 
					;; Important defvar
 | 
				
			||||||
(defvar my-pkgs '(haskell-mode
 | 
					(defvar my-pkgs '(haskell-mode
 | 
				
			||||||
                  markdown-mode
 | 
							  idle-highlight-mode
 | 
				
			||||||
                  magit
 | 
							  ido-ubiquitous
 | 
				
			||||||
                  leuven-theme
 | 
							  magit
 | 
				
			||||||
                  projectile
 | 
							  paredit
 | 
				
			||||||
                  rainbow-delimiters
 | 
							  smex
 | 
				
			||||||
                  nrepl
 | 
							  ace-jump-mode
 | 
				
			||||||
                  clojure-mode
 | 
							  clojure-mode
 | 
				
			||||||
                  ace-jump-mode)
 | 
							  leuven-theme
 | 
				
			||||||
 | 
							  magit
 | 
				
			||||||
 | 
							  markdown-mode
 | 
				
			||||||
 | 
							  nrepl
 | 
				
			||||||
 | 
							  projectile
 | 
				
			||||||
 | 
							  rainbow-delimiters
 | 
				
			||||||
 | 
							  )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "A list of packages to install at launch.")
 | 
					  "A list of packages to install at launch.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue