| 
					
				 | 
			
			
				@@ -5,6 +5,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control) . nil))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (setq mouse-wheel-progressive-speed nil) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(setq visible-bell 1) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defvar bootstrap-version) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (let ((bootstrap-file 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -33,6 +35,20 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (straight-use-package 'rust-mode) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (straight-use-package 'powerline) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (straight-use-package 'markdown-mode) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(straight-use-package 'moe-theme) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(straight-use-package 'ample-theme) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(straight-use-package 'slime) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(straight-use-package 'ac-slime) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+;; Not enabled/required by default 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(straight-use-package 'evil) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(require 'evil) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+;; Required, but not enabled by defaul 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(evil-mode 0) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+;; Enable tab behavior like vi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(straight-use-package '(evil-tabs :type git :host github 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                   :repo "krisajenkins/evil-tabs")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (require 'markdown-mode) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |