Currently paying the price of months of non-diligent git usage. Here's what has changed. - Theming support in Gvcci and wpgtk - Dropping support for i3 - Supporting EXWM - Many Elisp modules - Collapsed redundant directories in ./configs
		
			
				
	
	
		
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			124 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			124 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# -*- mode: snippet -*-
 | 
						|
# name: Function
 | 
						|
# key: fn
 | 
						|
# expand-env: ((yas-indent-line 'fixed))
 | 
						|
# --
 | 
						|
(defun $1 ($2)
 | 
						|
  "$3"
 | 
						|
  $4) |