diff options
| author | venomade <venomade@venomade.com> | 2026-02-11 11:42:58 +0000 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-02-11 11:42:58 +0000 |
| commit | 0bd150185551b6d8835d022c15a5f6e832d51113 (patch) | |
| tree | 10bf3f3443df49a44eb47b328b73b7e76b0a4924 /.emacs.d/lang/lisp.el | |
| parent | 8d688d1107c46b6dfdcaf02fa5c9c4c8a4640e65 (diff) | |
Asahi
Soft reset of dotfiles specific to Asahi, Sway and Neovim.
Diffstat (limited to '.emacs.d/lang/lisp.el')
| -rw-r--r-- | .emacs.d/lang/lisp.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.emacs.d/lang/lisp.el b/.emacs.d/lang/lisp.el deleted file mode 100644 index b0aebd3..0000000 --- a/.emacs.d/lang/lisp.el +++ /dev/null @@ -1,9 +0,0 @@ -(use-package sly - :ensure t - :config - (setq inferior-lisp-program "ros -L sbcl -Q run" - browse-url-browser-function '(("hyperspec" . eww-browse-url) ("." . browse-url-default-browser))) - (add-hook 'sly-mrepl-mode-hook 'smartparens-mode) - (add-hook 'lisp-mode-hook - (lambda () - (define-key lisp-mode-map (kbd "C-c d") 'sly-documentation)))) |
