mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-04 01:20:11 +00:00 
			
		
		
		
	Toggle shell according to US keyboard
This commit is contained in:
		
							parent
							
								
									3269fb952c
								
							
						
					
					
						commit
						788284b6d9
					
				
							
								
								
									
										2
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.org
									
									
									
									
									
								
							@ -1340,7 +1340,7 @@
 | 
				
			|||||||
  (define-key custom-bindings-map (kbd "C-c j")   'cycle-spacing-delete-newlines)
 | 
					  (define-key custom-bindings-map (kbd "C-c j")   'cycle-spacing-delete-newlines)
 | 
				
			||||||
  (define-key custom-bindings-map (kbd "C-c d")   'duplicate-thing)
 | 
					  (define-key custom-bindings-map (kbd "C-c d")   'duplicate-thing)
 | 
				
			||||||
  (define-key custom-bindings-map (kbd "<C-tab>") 'tidy)
 | 
					  (define-key custom-bindings-map (kbd "<C-tab>") 'tidy)
 | 
				
			||||||
  (define-key custom-bindings-map (kbd "M-§")     'toggle-shell)
 | 
					  (define-key custom-bindings-map (kbd "M-`")     'toggle-shell)
 | 
				
			||||||
  (dolist (n (number-sequence 1 9))
 | 
					  (dolist (n (number-sequence 1 9))
 | 
				
			||||||
    (global-set-key (kbd (concat "M-" (int-to-string n)))
 | 
					    (global-set-key (kbd (concat "M-" (int-to-string n)))
 | 
				
			||||||
                    (lambda () (interactive) (switch-shell n))))
 | 
					                    (lambda () (interactive) (switch-shell n))))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user