Adds all the functionality described in the README in cl/4066. This code is very closely related to //users/tazjin/russian/russian.el Change-Id: I14f1052cebfbe4886e75e8efc730eacbf8773f29
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { depot, ... }:
 | |
| 
 | |
| depot.tools.emacs-pkgs.buildEmacsPackage {
 | |
|   pname = "passively";
 | |
|   version = "1.0";
 | |
|   src = ./passively.el;
 | |
|   externalRequires = (epkgs: with epkgs; [ ht ]);
 | |
| }
 |