-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone 3: Breaking Refactor #96
base: master
Are you sure you want to change the base?
Conversation
8802d2e
to
37bb4c8
Compare
Also make title of readme simpler.
a8916aa
to
1754b21
Compare
Use (bound-and-true-p flycheck-mode) instead of just flycheck-mode. Remove flycheck-mode from lean4-mode-hook because it should be spawned by lsp-mode depending on lsp-diagnostics-provider variable.
Because it has too few instructions on how to use it.
Because it does not work.
Replace tabs with spaces. Reindent changed code. Directory-locally set indent-tabs-mode to nil for emacs-lisp-mode.
628ff0f
to
cbd02ea
Compare
The lean4-exec.el feature has been written from scratch. Its logic is simple: For Elan, Lake and Lean respectively, there is a hook of functions which may return a path to the respective program. Well, there are some more details to it but its great at being minimalist but scalable.
cbd02ea
to
1305317
Compare
TODO: Describe changes in changelog and also explain how to upgrade. |
TODO: Somehow "cache" result of |
TODO: Fix melpazoid errors. |
TODO: Properly define customization group |
@urkud: This PR is quite big and the commits are not as clean and streamlined as in prior PRs. Do you want me to "rebase" (reorder, squash, amend etc) the commits so that they are easily reviewable one by one? Or are you fine with reviewing the whole PR altogether? The biggest change is that Another important change is that some functionality of |
TODO: Reimplement a |
TODO: Fix #93 |
No description provided.