summaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* MWIM is slightly nicerRavi R Kiran2021-06-281-33/+3
|
* Will let emacs format code, thank youRavi R Kiran2021-06-281-0/+1
|
* Enable magit-svn only when neededRavi R Kiran2021-06-011-2/+4
|
* HTML export with dark background needs css supportRavi R Kiran2021-06-011-0/+26
|
* Set up background for translucent imagesRavi R Kiran2021-06-011-0/+23
|
* Use org-reveal with mathjax 3Ravi R Kiran2021-05-181-7/+11
|
* kitty availability not known until frame hooks are runRavi R Kiran2021-05-181-2/+5
|
* Run focus advice only onceRavi R Kiran2021-05-101-5/+12
| | | | | It'd be nice to make it coexist with multiple terminal types, but don't know how to do it yet.
* Make xterm-kitty into a real terminal initialization handlerRavi R Kiran2021-05-101-29/+42
|
* Minor code cleanup in preparation for terminal initRavi R Kiran2021-05-091-15/+26
|
* Finally figured out a way to make variables terminal-localRavi R Kiran2021-05-021-11/+5
|
* Make ediff a bit friendlierRavi R Kiran2021-04-271-26/+40
|
* Simplify usage of smerge modeRavi R Kiran2021-04-271-0/+39
|
* Keeping up with magit changesRavi R Kiran2021-04-271-1/+2
|
* We do use these other linksRavi R Kiran2021-04-271-1/+1
|
* How did this typo occur?Ravi R Kiran2021-04-251-1/+1
|
* Disabled until I have time to fix issuesRavi R Kiran2021-04-251-0/+1
|
* Prune to only those that we useRavi R Kiran2021-04-251-6/+1
|
* Diagramming stuffRavi R Kiran2021-04-251-0/+9
|
* Replace ob-ipython with jupyterRavi R Kiran2021-04-251-11/+14
|
* Handle compilation buffer properlyRavi R Kiran2021-04-251-14/+8
|
* Bang deprecates itself in favor of shell-command+Ravi R Kiran2021-04-251-2/+2
|
* Better initial file commentRavi R Kiran2021-04-251-1/+1
|
* rtog/active does nothing in c-base-mode buffersRavi R Kiran2021-04-252-12/+6
|
* Fix return key on terminalRavi R Kiran2021-04-251-0/+1
|
* Handle simultaneous emacs invocations if init files are on NFSRavi R Kiran2021-04-253-13/+9
|
* lsp-deferred is sufficient to get file-local variablesRavi R Kiran2021-04-253-17/+4
|
* Want to specify lsp parameters via local variablesRavi R Kiran2021-04-232-4/+7
|
* Another attempt at getting repl-toggle hooks rightRavi R Kiran2021-04-191-17/+18
|
* Remove conflicting bindingsRavi R Kiran2021-04-191-2/+0
|
* 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
* Breadcrumb is not usefulRavi R Kiran2021-04-191-0/+1
|
* Adapt to kitty changesRavi R Kiran2021-04-131-28/+37
| | | | | - kitty now has num_lock/caps_lock state in modifiers - kitty has sprouted an is_self field for windows in kitty ls
* Make introspection easierRavi R Kiran2021-04-124-7/+7
|
* Need direnv supportRavi R Kiran2021-04-121-0/+4
| | | | Diminish?
* Convenience function to create new windowRavi R Kiran2021-04-111-0/+9
|
* Get rid of cquery and separate out lspRavi R Kiran2021-04-112-50/+82
|
* Spread it over multiple terminal windowsRavi R Kiran2021-04-111-1/+73
|
* Make multiple-cursors workRavi R Kiran2021-04-061-1/+2
| | | | | | Still not the right approach; should make the table method work, or preferably, create a new keyboard-coding-system, which seems impossible to do in pure elisp.
* Subsumed by mu4eRavi R Kiran2021-04-051-8/+0
|
* Support for kittyRavi R Kiran2021-04-059-40/+448
|
* Mode name has changedRavi R Kiran2021-04-031-5/+3
|
* WIP on the perennial epc issueRavi R Kiran2021-04-031-4/+18
|
* Purge more of doxymacsRavi R Kiran2021-04-031-2/+5
|
* Don't look for ws-butler if not availableRavi R Kiran2021-04-031-1/+2
|
* Magit changed the way global bindings are setupRavi R Kiran2021-04-031-4/+3
|
* Fix operate-on-numberRavi R Kiran2020-02-101-0/+27
| | | | Should make a better fix as time allows.
* Switch to posframe and pretty-hydraRavi R Kiran2020-02-105-125/+124
|
* Whitespace selection does not make sense in special modeRavi R Kiran2020-02-101-2/+2
| | | | Fixes issue with magit.
* Variable name changed in helm-dashRavi R Kiran2020-02-104-7/+7
|