Move git-gutter configuration to use-package
This commit is contained in:
		
							
								
								
									
										6
									
								
								init.el
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								init.el
									
									
									
									
									
								
							@@ -346,6 +346,11 @@
 | 
				
			|||||||
  :config
 | 
					  :config
 | 
				
			||||||
  (drag-stuff-global-mode t))
 | 
					  (drag-stuff-global-mode t))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					;; Git gutter
 | 
				
			||||||
 | 
					(use-package git-gutter
 | 
				
			||||||
 | 
					  :config
 | 
				
			||||||
 | 
					  (global-git-gutter-mode t))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Load my own functions
 | 
					;; Load my own functions
 | 
				
			||||||
(load "gnu-c-header.el")
 | 
					(load "gnu-c-header.el")
 | 
				
			||||||
(load "toggle-window-split.el")
 | 
					(load "toggle-window-split.el")
 | 
				
			||||||
@@ -436,7 +441,6 @@
 | 
				
			|||||||
;; Set up some global minor modes
 | 
					;; Set up some global minor modes
 | 
				
			||||||
(global-origami-mode t)
 | 
					(global-origami-mode t)
 | 
				
			||||||
(show-paren-mode t)
 | 
					(show-paren-mode t)
 | 
				
			||||||
(global-git-gutter-mode t)
 | 
					 | 
				
			||||||
(global-prettify-symbols-mode t)
 | 
					(global-prettify-symbols-mode t)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Enable some functions
 | 
					;; Enable some functions
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user