23 lines
		
	
	
		
			581 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			581 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
| ;; This file is automatically generated by the multiple-cursors extension.
 | |
| ;; It keeps track of your preferences for running commands with multiple cursors.
 | |
| 
 | |
| (setq mc/cmds-to-run-for-all
 | |
|       '(
 | |
|         c-electric-brace
 | |
|         c-electric-semi&comma
 | |
|         c-indent-line-or-region
 | |
|         electric-newline-and-maybe-indent
 | |
|         indent-for-tab-command
 | |
|         org-cycle
 | |
|         org-end-of-line
 | |
|         org-kill-line
 | |
|         org-self-insert-command
 | |
|         ))
 | |
| 
 | |
| (setq mc/cmds-to-run-once
 | |
|       '(
 | |
|         drag-stuff-right
 | |
|         end-of-buffer
 | |
|         helm-find-files
 | |
|         ))
 |