fix(tazjin/emacs): fix new EXWM simulation key config
The old helper function for setting multiple keys at once has been removed. Change-Id: I5089973bcb42ce1fae4afdd1d27ea22b46b63cbf Reviewed-on: https://cl.tvl.fyi/c/depot/+/10956 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									e87f2a2b3a
								
							
						
					
					
						commit
						06e04381d3
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -197,9 +197,8 @@ the back&forth behaviour of i3." | |||
| (push ?\C-\\ exwm-input-prefix-keys) | ||||
| 
 | ||||
| ;; Line-editing shortcuts | ||||
| (exwm-input-set-simulation-keys | ||||
|  '(([?\C-d] . delete) | ||||
|    ([?\C-w] . ?\C-c))) | ||||
| (exwm-input-set-simulation-key (kbd "C-d") (kbd "DEL")) | ||||
| (exwm-input-set-simulation-key (kbd "C-w") (kbd "C-c")) | ||||
| 
 | ||||
| ;; Show time & battery status in the mode line | ||||
| (display-time-mode) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue