Remove SLY package
This commit is contained in:
		
							parent
							
								
									bd44bea8ea
								
							
						
					
					
						commit
						7ef76e65db
					
				
							
								
								
									
										26
									
								
								init.el
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								init.el
									
									
									
									
									
								
							@ -1390,32 +1390,6 @@ DOCSTRING is an optional form that is discarded upon expansion."
 | 
				
			|||||||
  :commands
 | 
					  :commands
 | 
				
			||||||
  (restclient))
 | 
					  (restclient))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; ---------------------------------- ;;
 | 
					 | 
				
			||||||
;; sly
 | 
					 | 
				
			||||||
;; ---------------------------------- ;;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(external-package sly
 | 
					 | 
				
			||||||
  "Provides an interactive programming environment for Common Lisp."
 | 
					 | 
				
			||||||
  :custom
 | 
					 | 
				
			||||||
  (inferior-lisp-program (executable-find "sbcl") "Set SBCL as the default Common Lisp implementation")
 | 
					 | 
				
			||||||
  (sly-mrepl-prompt-formatter (lambda (package nickname &rest args)
 | 
					 | 
				
			||||||
                                (concat nickname " ❱ ")))
 | 
					 | 
				
			||||||
  :commands
 | 
					 | 
				
			||||||
  (sly)
 | 
					 | 
				
			||||||
  :hook
 | 
					 | 
				
			||||||
  (lisp-mode-hook . sly-mode))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
;; ---------------------------------- ;;
 | 
					 | 
				
			||||||
;; sly-asdf
 | 
					 | 
				
			||||||
;; ---------------------------------- ;;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(external-package sly-asdf
 | 
					 | 
				
			||||||
  "Adds support for editing ASDF systems within SLY."
 | 
					 | 
				
			||||||
  :after
 | 
					 | 
				
			||||||
  (sly)
 | 
					 | 
				
			||||||
  :config
 | 
					 | 
				
			||||||
  (add-to-list 'sly-contribs 'sly-asdf 'append))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
;; ---------------------------------- ;;
 | 
					;; ---------------------------------- ;;
 | 
				
			||||||
;; string-inflection
 | 
					;; string-inflection
 | 
				
			||||||
;; ---------------------------------- ;;
 | 
					;; ---------------------------------- ;;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user