Add cleverparens to all the languages
May not appreciate this.
This commit is contained in:
		
							parent
							
								
									1e8e04a4c4
								
							
						
					
					
						commit
						f703b6a151
					
				
					 1 changed files with 10 additions and 9 deletions
				
			
		| 
						 | 
					@ -293,7 +293,8 @@ The [[https://github.com/luxbock/evil-cleverparens][evil-cleverparens]] solves h
 | 
				
			||||||
    :init
 | 
					    :init
 | 
				
			||||||
    (require 'evil-cleverparens-text-objects)
 | 
					    (require 'evil-cleverparens-text-objects)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  :hook (emacs-lisp-mode . evil-cleverparens-mode))
 | 
					    :hook (prog-mode . evil-cleverparens-mode))  ;; All the languages!
 | 
				
			||||||
 | 
					    ;; Otherwise: (emacs-lisp-mode . evil-cleverparens-mode)
 | 
				
			||||||
#+END_SRC
 | 
					#+END_SRC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
I would like to have a list of what keybindings do what:
 | 
					I would like to have a list of what keybindings do what:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue