Support Common Lisp
After a bedazzling demonstration of Emacs + Common Lisp, I needed to download Sly and `sbcl` and give it a try.
This commit is contained in:
		
							parent
							
								
									92f5773421
								
							
						
					
					
						commit
						397174ebd2
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		|  | @ -26,6 +26,17 @@ | |||
|     racket-mode-hook) | ||||
|   "List of LISP modes.") | ||||
| 
 | ||||
| (use-package sly | ||||
|   :config | ||||
|   (setq inferior-lisp-program "sbcl") | ||||
|   (general-define-key | ||||
|    :keymaps 'sly-mode-map | ||||
|    :states '(normal) | ||||
|    :prefix "<SPC>" | ||||
|    "x" #'sly-eval-defun | ||||
|    "X" #'sly-eval-buffer | ||||
|    "d" #'sly-describe-symbol)) | ||||
| 
 | ||||
| (use-package rainbow-delimiters | ||||
|   :config | ||||
|   (general-add-hook wpc/lisp-mode-hooks #'rainbow-delimiters-mode)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue