feat(tools/emacs): Configure eglot to shut down automatically
When all buffers related to a specific eglot instance are gone, eglot can shut down.
This commit is contained in:
		
							parent
							
								
									62c18c9898
								
							
						
					
					
						commit
						1086072d3d
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -50,6 +50,12 @@ | |||
|   :config (dottime-display-mode t)) | ||||
| 
 | ||||
| (use-package gruber-darker-theme) | ||||
| 
 | ||||
| (use-package eglot | ||||
|   :custom | ||||
|   (eglot-autoshutdown t) | ||||
|   (eglot-send-changes-idle-time 0.3)) | ||||
| 
 | ||||
| (use-package ht) | ||||
| (use-package hydra) | ||||
| (use-package idle-highlight-mode :hook ((prog-mode . idle-highlight-mode))) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue