also emacs
This commit is contained in:
		@@ -46,11 +46,11 @@ in
 | 
			
		||||
 | 
			
		||||
          # Emacs is my editor
 | 
			
		||||
          export ALTERNATE_EDITOR=""
 | 
			
		||||
          export EDITOR="emacsclient -t"
 | 
			
		||||
          export VISUAL="emacsclient -c -a emacs"
 | 
			
		||||
          export EDITOR="emacs -nw
 | 
			
		||||
          export VISUAL="emacs"
 | 
			
		||||
 | 
			
		||||
          e() {
 | 
			
		||||
              emacsclient -t "$@"
 | 
			
		||||
              emacs -nw "$@"
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
          # nix shortcuts
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user