Can't really add iedit, until I require it. :-D
This commit is contained in:
		
							parent
							
								
									f04b1f36fc
								
							
						
					
					
						commit
						89fd52808a
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -252,8 +252,11 @@ As I've mentioned [[http://www.howardism.org/Technical/Emacs/beep-for-emacs.html
 | 
				
			||||||
While that code /advices/ the publishing and compile commands, I may want to add more.
 | 
					While that code /advices/ the publishing and compile commands, I may want to add more.
 | 
				
			||||||
** iEdit
 | 
					** iEdit
 | 
				
			||||||
While there are language-specific ways to rename variables and functions, [[https://github.com/victorhge/iedit][iedit]] is often sufficient.
 | 
					While there are language-specific ways to rename variables and functions, [[https://github.com/victorhge/iedit][iedit]] is often sufficient.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#+BEGIN_SRC emacs-lisp
 | 
					#+BEGIN_SRC emacs-lisp
 | 
				
			||||||
(ha-leader "s e" '("iedit" . iedit-mode))
 | 
					  (use-package iedit
 | 
				
			||||||
 | 
					    :config
 | 
				
			||||||
 | 
					    (ha-leader "s e" '("iedit" . iedit-mode)))
 | 
				
			||||||
#+END_SRC
 | 
					#+END_SRC
 | 
				
			||||||
** Commenting
 | 
					** Commenting
 | 
				
			||||||
I like =comment-dwim= (~M-;~), and I like =comment-box=, but I have an odd personal style that I like to codify:
 | 
					I like =comment-dwim= (~M-;~), and I like =comment-box=, but I have an odd personal style that I like to codify:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue