A few more changes
This commit is contained in:
		| @ -1042,6 +1042,7 @@ The check if performed with `trusted-files-safe-p'.%s" | |||||||
| (trusted-files--define-safe-wrapper eglot-ensure eglot) | (trusted-files--define-safe-wrapper eglot-ensure eglot) | ||||||
| (trusted-files--define-safe-wrapper flymake-mode flymake) | (trusted-files--define-safe-wrapper flymake-mode flymake) | ||||||
| (trusted-files--define-safe-wrapper flycheck-mode flycheck) | (trusted-files--define-safe-wrapper flycheck-mode flycheck) | ||||||
|  | (trusted-files--define-safe-wrapper sly sly) | ||||||
| (trusted-files-mark-function-unsafe #'elisp-completion-at-point) | (trusted-files-mark-function-unsafe #'elisp-completion-at-point) | ||||||
|  |  | ||||||
| ;;;###autoload | ;;;###autoload | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								init.el
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.el
									
									
									
									
									
								
							| @ -1866,7 +1866,7 @@ line in the block and manually deal with indentation." | |||||||
|   :init |   :init | ||||||
|   (defun my/-lisp-mode-autoconnect-sly () |   (defun my/-lisp-mode-autoconnect-sly () | ||||||
|     (unless (sly-connected-p) |     (unless (sly-connected-p) | ||||||
|       (sly))) |       (trusted-files-sly-if-safe))) | ||||||
|   (setq inferior-lisp-program "/usr/bin/sbcl") |   (setq inferior-lisp-program "/usr/bin/sbcl") | ||||||
|   (defun my/-sly-fix-special-buffers () |   (defun my/-sly-fix-special-buffers () | ||||||
|     (when (string-match-p (rx bos "*" (* any) "*" eos) (buffer-name)) |     (when (string-match-p (rx bos "*" (* any) "*" eos) (buffer-name)) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user