emacs: Minor fixes
This commit is contained in:
		
							parent
							
								
									cae07c88fd
								
							
						
					
					
						commit
						459f0433e6
					
				
					 3 changed files with 4 additions and 1 deletions
				
			
		|  | @ -12,6 +12,7 @@ | ||||||
|  '(haskell-mode-hook |  '(haskell-mode-hook | ||||||
|    (quote |    (quote | ||||||
|     (capitalized-words-mode turn-on-haskell-decl-scan turn-on-haskell-doc turn-on-hi2))) |     (capitalized-words-mode turn-on-haskell-decl-scan turn-on-haskell-doc turn-on-hi2))) | ||||||
|  |  '(it-mode-google-cmd "/usr/local/share/python/google") | ||||||
|  '(ns-alternate-modifier (quote none)) |  '(ns-alternate-modifier (quote none)) | ||||||
|  '(ns-command-modifier (quote meta))) |  '(ns-command-modifier (quote meta))) | ||||||
| (custom-set-faces | (custom-set-faces | ||||||
|  |  | ||||||
|  | @ -15,7 +15,7 @@ | ||||||
|   (setq eshell-path-env (concat |   (setq eshell-path-env (concat | ||||||
| 			 "/usr/local/bin:" | 			 "/usr/local/bin:" | ||||||
| 			 (concat home-dir "/bin:") | 			 (concat home-dir "/bin:") | ||||||
| 			 "/usr/local/share/python" | 			 "/usr/local/share/python:" | ||||||
| 			 eshell-path-env)) | 			 eshell-path-env)) | ||||||
| 
 | 
 | ||||||
|   (setenv "PATH" eshell-path-env)) |   (setenv "PATH" eshell-path-env)) | ||||||
|  |  | ||||||
|  | @ -26,12 +26,14 @@ | ||||||
|     magit |     magit | ||||||
|     magit |     magit | ||||||
|     markdown-mode |     markdown-mode | ||||||
|  |     multiple-cursors | ||||||
|     nrepl |     nrepl | ||||||
|     paredit |     paredit | ||||||
|     projectile |     projectile | ||||||
|     rainbow-delimiters |     rainbow-delimiters | ||||||
|     rainbow-mode |     rainbow-mode | ||||||
|     smex |     smex | ||||||
|  |     undo-tree | ||||||
|     geiser |     geiser | ||||||
|     quack) |     quack) | ||||||
|   "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