mirror of
				https://github.com/larstvei/Try.git
				synced 2025-11-04 08:40:11 +00:00 
			
		
		
		
	Update README and documentation
This commit is contained in:
		
							parent
							
								
									6b5ea53b83
								
							
						
					
					
						commit
						624259a1a4
					
				@ -4,7 +4,7 @@ Try is a package that allows you to try out Emacs packages without installing
 | 
				
			|||||||
them. If you pass a URL to a plain text `.el`-file it evaluates the content,
 | 
					them. If you pass a URL to a plain text `.el`-file it evaluates the content,
 | 
				
			||||||
without storing the file.
 | 
					without storing the file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Packages from ELPA will temporarily be stored in `/tmp/` by default.
 | 
					Packages from ELPA will be stored in a temporary directory by default.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Installation
 | 
					## Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								try.el
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								try.el
									
									
									
									
									
								
							@ -37,7 +37,7 @@
 | 
				
			|||||||
(require 'url)
 | 
					(require 'url)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(defvar try-tmp-dir (make-temp-file "try" t)
 | 
					(defvar try-tmp-dir (make-temp-file "try" t)
 | 
				
			||||||
  "The default place packages to try out is /tmp/.")
 | 
					  "A temporary directory for storing packages.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(defun try-raw-link-p (url)
 | 
					(defun try-raw-link-p (url)
 | 
				
			||||||
  "Returns non-nil if this looks like an URL to a .el file."
 | 
					  "Returns non-nil if this looks like an URL to a .el file."
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user