| 
					
				 | 
			
			
				@@ -233,7 +233,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (require 'markdown-mode) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (require 'neotree) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-(global-set-key [f8] 'neotree-toggle) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(global-set-key (kbd "C-c n") 'neotree-toggle) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (require 'all-the-icons) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -391,7 +391,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ;; Easily set cua mode on/off so that I don't have to 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ;; use shift+insert for paste on mac 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (global-set-key (kbd "C-c c") 'cua-mode) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      (global-set-key (kbd "C-c n") 'toggle-frame-fullscreen) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      ;; (global-set-key (kbd "C-c n") 'toggle-frame-fullscreen) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ;; Graphic Display 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (if (display-graphic-p) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	  (progn 
			 |