Commit Graph

81 Commits (fdaeb32b90b527fe2bc628073ac673a1d93e40c1)

Author SHA1 Message Date
Pierre Neidhardt 9ed566d6fe SLY: Bind TAB and M-TAB to "indent and complete". 2020-11-17 15:03:05 +01:00
Pierre Neidhardt 79b872b88c Lisp/SLY: Report errors when dump fails. 2020-11-17 10:36:03 +01:00
Pierre Neidhardt 8bf3e259e6 Lisp: Remove Redshank.
For classees, use Nyxt' class-star.
For defsystem, use the simpler package-inferred-system.
2020-11-16 10:25:02 +01:00
Pierre Neidhardt 1da015a98d SLY: Set face output to 'default. 2020-11-16 10:24:52 +01:00
Pierre Neidhardt 584f5ed2c6 SLY: Fix ambrevar/sly-dump-sbcl-core. 2020-11-16 10:24:39 +01:00
Pierre Neidhardt 8848532777 Lisp/SLY: Add duration and timestamp to prompt. 2020-11-11 21:21:16 +01:00
Pierre Neidhardt 4946779074 Lisp/SLY: Override prompt browsing function to support multiline prompts. 2020-11-11 21:20:45 +01:00
Pierre Neidhardt 50de3726a4 Lisp/SLY: Clean up ambrevar/sly-dump-sbcl-core. 2020-11-11 21:19:47 +01:00
Pierre Neidhardt 9064d63d12 Lisp: Make sly-dump-sbcl-core interactive. 2020-11-10 12:52:16 +01:00
Pierre Neidhardt 4943b544b7 Lisp/SLY: Include :ambrevar system in Lisp image. 2020-11-07 18:32:56 +01:00
Pierre Neidhardt 6bb1e9a909 Lisp/SLY: Re-dump core on every version change. 2020-11-07 16:03:47 +01:00
Pierre Neidhardt 5b4c9f16ed Lisp/SLY: Don't load SLY when Emacs starts, set Lisp implementations after load. 2020-11-07 15:13:37 +01:00
Pierre Neidhardt fb78466e11 Lisp: Move enhance-imenu-lisp to Nyxt. 2020-11-07 12:07:54 +01:00
Pierre Neidhardt cc97230636 EXWM/SLY/Helm: Replace ambrevar/sly-switch-to-repl by helm-selector-sly. 2020-11-07 11:35:23 +01:00
Pierre Neidhardt 73e980dc90 Lisp/SLY/Helm: Override helm-ff-switch-to-shell to support SLY. 2020-11-07 11:31:24 +01:00
Pierre Neidhardt 876511407d Lisp/SLY: Simplify dump-sbcl-core-for-sly and load just in time. 2020-11-07 11:07:00 +01:00
Pierre Neidhardt d11f3f620b Lisp/SLY: Include path in prompt. 2020-11-06 20:36:13 +01:00
Pierre Neidhardt 0eede6b0a5 Lisp: Auto-generate SBCL core to speed up SLY startup. 2020-11-06 20:13:25 +01:00
Pierre Neidhardt e799ef4afd Lisp: Remove brittle optimization in ambrevar/enhance-imenu-lisp.
It seems to break Emacs 27.1 with some packages.
2020-10-22 13:28:59 +02:00
Pierre Neidhardt c9f45866a1 SLY: Fix lisp-mode and REPL bindings, enable company-mode in lisp-mode. 2020-09-17 11:16:27 +02:00
Pierre Neidhardt 53a81bf7c5 Emacs/SLY: Workaround Helm/SLY bug by using helm-company. 2020-09-09 11:52:16 +02:00
Pierre Neidhardt 696969c378 SLY: Fix ANSI colors. 2020-07-09 09:41:24 +02:00
Pierre Neidhardt d72d4d4628 SLIME/Helm: Sync bindings with SLY. 2020-03-14 17:55:33 +01:00
Pierre Neidhardt 676191d7ea Lisp: Add sly-load-reload-system and bind it to f6. 2020-03-13 20:27:32 +01:00
Pierre Neidhardt f8ac9aee05 Lisp: Bind f6 to sly-asdf-reload-system. 2020-03-11 16:45:33 +01:00
Pierre Neidhardt 69e8356f2c Lisp: Note how Helm can complete with Emacs 27. 2020-02-13 08:31:54 +01:00
Pierre Neidhardt ad3e4a4d60 Move rainbow-delimiters face customization to theme-ambrevar. 2020-01-15 12:08:01 +01:00
Pierre Neidhardt a4de491950 Emacs: Use ws-butler and remove own hacks. 2019-11-02 16:16:29 +01:00
Pierre Neidhardt 9e2350af75 Emacs/Lisp/SLY: Fix sly switcher. 2019-10-27 12:41:36 +01:00
Pierre Neidhardt 0372dcae4c SLY: Store REPL history in cache. 2019-10-17 12:39:34 +02:00
Pierre Neidhardt 1197a934d8 SLY: Fix sly-mrepl C-c M-o binding, remove C-c C-d h binding (SLY has C-c C-d C-h). 2019-10-17 10:58:51 +02:00
Pierre Neidhardt 012b37b298 SLY: Bind "C-c C-d h" to hyperspec-lookup and "C-c M-o" to sly-mrepl-clear-repl. 2019-10-16 18:21:31 +02:00
Pierre Neidhardt 236bfd1e56 SLY: Use helm-sly instead of helm-lisp and use native Helm completion. 2019-10-16 18:05:20 +02:00
Pierre Neidhardt 7e1e85bbff SLIME: Use slime-mrepl. 2019-10-13 12:54:26 +02:00
Pierre Neidhardt 75028442ea SLY: Don't prompt when REPL exists. 2019-10-13 12:54:07 +02:00
Pierre Neidhardt 588866917e SLY: Bind s-backspace to sly-switch-to-repl. 2019-10-13 12:53:46 +02:00
Pierre Neidhardt 2c0206b620 Emacs/SLY: Initial configuration. 2019-10-10 18:47:11 +02:00
Pierre Neidhardt d031411717 Lisp: Add D-Bus methods to Imenu. 2019-09-10 11:15:29 +02:00
Pierre Neidhardt e838dc80ee Lisp: Add "mode", "command" and "parenscript" to Imenu. 2019-09-09 14:34:52 +02:00
Pierre Neidhardt ddb154d897 Lisp: Enable rainbow delimiters in SLIME REPL. 2019-08-26 12:28:11 +02:00
Pierre Neidhardt ab5ac92c2a Lisp: Fix issue with slime-export-symbol-at-point when using uiop:define-package. 2019-08-25 12:14:06 +02:00
Pierre Neidhardt c29e74d03a Lisp: Add ECL to list of implementations. 2019-08-24 16:07:26 +02:00
Pierre Neidhardt 608be340b6 Lisp: Fix loading of helm-slime. 2019-08-18 22:37:36 +02:00
Pierre Neidhardt 9787dd2c35 lisp: Add redshank config. 2019-08-18 18:43:51 +02:00
Pierre Neidhardt de67716316 Lisp: Enable helm-slime-mode. 2019-08-18 15:57:44 +02:00
Pierre Neidhardt 3a848a7bc1 Lisp: Require SLIME just in time. 2019-07-04 10:39:52 +02:00
Pierre Neidhardt 7e879d9e0d SLIME: Disable broken slime-repl-ansi-color. 2019-06-24 21:40:52 +02:00
Pierre Neidhardt c3bf90eb52 Lisp: Remove inferior-lisp history function (superseded by SLIME REPL) 2019-03-08 09:43:54 +01:00
Pierre Neidhardt b2702fc2c1 Emacs/Lisp: Split Scheme and Common Lisp setups 2019-03-08 09:43:54 +01:00
Pierre Neidhardt 763fc7b25f Geiser: Load patch-geiser properly 2019-03-08 09:22:53 +01:00