| 
					
				 | 
			
			
				@@ -198,8 +198,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (global-set-key (kbd "C-c l") 'display-line-numbers-mode) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (global-set-key (kbd "C-c w") 'windresize) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (global-set-key (kbd "C-c t") 'sol-dk) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-(global-set-key (kbd "C-c g") 'sol-l) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-(global-set-key (kbd "C-c y") 'evil-mode) ; Quick toggle evil-mode for slime err 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(global-set-key (kbd "C-c y") 'sol-l) ; Quick toggle evil-mode for slime err 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(global-set-key (kbd "C-c g") 'magit) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (global-set-key (kbd "C-c h") 'tramp-cleanup-connection) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (global-set-key (kbd "C-c C-.") '(lambda () 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				  (interactive) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -251,6 +251,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; Small helper functions 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (load "~/Repos/dotfiles/emacs/elisp/helpers.el") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (global-set-key (kbd "C-c p") 'display-full-buffer-path) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(global-set-key (kbd "C-c P") 'find-file-at-point) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; Disable bars 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (menu-bar-mode -1) 
			 |