Sort Emacs deps
Group Emacs dependencies like ivy together.
This commit is contained in:
		
							parent
							
								
									6d26f5b987
								
							
						
					
					
						commit
						d2d772e43e
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		|  | @ -47,7 +47,6 @@ let | ||||||
|       vterm |       vterm | ||||||
|       base16-theme |       base16-theme | ||||||
|       password-store |       password-store | ||||||
|       ivy-pass |  | ||||||
|       clipmon # TODO: Prefer an Emacs client for clipmenud. |       clipmon # TODO: Prefer an Emacs client for clipmenud. | ||||||
|       evil |       evil | ||||||
|       evil-collection |       evil-collection | ||||||
|  | @ -65,15 +64,16 @@ let | ||||||
|       doom-themes |       doom-themes | ||||||
|       telephone-line |       telephone-line | ||||||
|       which-key |       which-key | ||||||
|  |       all-the-icons | ||||||
|  |       all-the-icons-ivy | ||||||
|       ivy |       ivy | ||||||
|  |       ivy-pass | ||||||
|  |       ivy-prescient | ||||||
|       restclient |       restclient | ||||||
|       package-lint |       package-lint | ||||||
|       parsec |       parsec | ||||||
|       magit-popup |       magit-popup | ||||||
|       direnv |       direnv | ||||||
|       ivy-prescient |  | ||||||
|       all-the-icons |  | ||||||
|       all-the-icons-ivy |  | ||||||
|       alert |       alert | ||||||
|       nix-mode |       nix-mode | ||||||
|       racer |       racer | ||||||
|  | @ -121,7 +121,6 @@ let | ||||||
|       company |       company | ||||||
|       counsel |       counsel | ||||||
|       flycheck |       flycheck | ||||||
|       ivy |  | ||||||
|     ])); |     ])); | ||||||
| 
 | 
 | ||||||
|   vendorDir = path { |   vendorDir = path { | ||||||
|  | @ -129,6 +128,7 @@ let | ||||||
|     name = "emacs-vendor"; |     name = "emacs-vendor"; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  |   # TODO: byte-compile these by packaging each as an Elisp library. | ||||||
|   wpcDir = path { |   wpcDir = path { | ||||||
|     path = ./.emacs.d/wpc; |     path = ./.emacs.d/wpc; | ||||||
|     name = "emacs-libs"; |     name = "emacs-libs"; | ||||||
|  | @ -160,10 +160,10 @@ let | ||||||
|       export EMACSLOADPATH="${loadPath}" |       export EMACSLOADPATH="${loadPath}" | ||||||
|       exec ${emacsBin} \ |       exec ${emacsBin} \ | ||||||
|         --debug-init \ |         --debug-init \ | ||||||
|  |         --no-init-file \ | ||||||
|         --no-site-file \ |         --no-site-file \ | ||||||
|         --no-site-lisp \ |         --no-site-lisp \ | ||||||
|         --load ${initEl} \ |         --load ${initEl} \ | ||||||
|         --no-init-file \ |  | ||||||
|         "$@" |         "$@" | ||||||
|     ''; |     ''; | ||||||
| in { | in { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue