fix(emacs.d): Load dottime.el after libraries that it modifies
This commit is contained in:
		
							parent
							
								
									309d1ac50f
								
							
						
					
					
						commit
						a54cc040ad
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -43,7 +43,10 @@
 | 
			
		|||
 | 
			
		||||
(use-package dash)
 | 
			
		||||
(use-package dash-functional)
 | 
			
		||||
(use-package dottime :config (dottime-display-mode t))
 | 
			
		||||
 | 
			
		||||
(use-package dottime
 | 
			
		||||
  :after (notmuch telega)
 | 
			
		||||
  :config (dottime-display-mode t))
 | 
			
		||||
 | 
			
		||||
(use-package edwina
 | 
			
		||||
  :after (ace-window ivy)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue