summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-python.el
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of dash-at-point with consultRavi R Kiran2022-03-271-1/+1
|
* Add missing hookRavi R Kiran2021-11-171-0/+1
|
* Selectrum/verticoRavi R Kiran2021-09-131-2/+2
| | | | Still need to find an alternative for helm-dash and browse-kill-ring
* lsp-deferred is sufficient to get file-local variablesRavi R Kiran2021-04-251-1/+1
|
* Want to specify lsp parameters via local variablesRavi R Kiran2021-04-231-1/+1
|
* Python configuration clean upRavi R Kiran2021-04-191-144/+74
| | | | | | - Simplify ipython setup (by not supporting versions 5.x-6.x) - Replace jedi with pyright - Add more virtualenv locations
* WIP on the perennial epc issueRavi R Kiran2021-04-031-4/+18
|
* Variable name changed in helm-dashRavi R Kiran2020-02-101-1/+1
|
* Automatic use of :ensureRavi R Kiran2018-05-291-16/+6
|
* Support for new ipythonRavi R Kiran2017-08-141-9/+20
|
* Remove jedi submodule as it is now in Fedora reposRavi R Kiran2015-11-041-2/+1
|
* Please remove tooltips after a while, pleaseRavi R Kiran2015-09-011-0/+15
|
* Remove ropemacs due to disuseRavi R Kiran2015-08-311-43/+0
|
* Electric operators on python modeRavi R Kiran2015-07-301-0/+7
| | | | May eventually extend this to other modes.
* Sphinx docstring highlightsRavi R Kiran2015-06-171-0/+9
|
* Enable helm-dash wherever possibleRavi R Kiran2015-05-161-0/+3
|
* Use jedi with company for completionRavi R Kiran2015-03-181-3/+8
|
* Smart newline does not work well with python indentingRavi R Kiran2015-03-171-1/+3
| | | | Diminish according to use-package 2.0
* Move main emacs directory out of load pathRavi R Kiran2015-03-171-0/+166
This follows the official emacs recommendation for lisp code inside emacs.d.