| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MWIM is slightly nicer | Ravi R Kiran | 2021-06-28 | 1 | -33/+3 |
| | | |||||
| * | Will let emacs format code, thank you | Ravi R Kiran | 2021-06-28 | 1 | -0/+1 |
| | | |||||
| * | Enable magit-svn only when needed | Ravi R Kiran | 2021-06-01 | 1 | -2/+4 |
| | | |||||
| * | HTML export with dark background needs css support | Ravi R Kiran | 2021-06-01 | 1 | -0/+26 |
| | | |||||
| * | Set up background for translucent images | Ravi R Kiran | 2021-06-01 | 1 | -0/+23 |
| | | |||||
| * | Use org-reveal with mathjax 3 | Ravi R Kiran | 2021-05-18 | 1 | -7/+11 |
| | | |||||
| * | kitty availability not known until frame hooks are run | Ravi R Kiran | 2021-05-18 | 1 | -2/+5 |
| | | |||||
| * | Run focus advice only once | Ravi R Kiran | 2021-05-10 | 1 | -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 handler | Ravi R Kiran | 2021-05-10 | 1 | -29/+42 |
| | | |||||
| * | Minor code cleanup in preparation for terminal init | Ravi R Kiran | 2021-05-09 | 1 | -15/+26 |
| | | |||||
| * | Finally figured out a way to make variables terminal-local | Ravi R Kiran | 2021-05-02 | 1 | -11/+5 |
| | | |||||
| * | Make ediff a bit friendlier | Ravi R Kiran | 2021-04-27 | 1 | -26/+40 |
| | | |||||
| * | Simplify usage of smerge mode | Ravi R Kiran | 2021-04-27 | 1 | -0/+39 |
| | | |||||
| * | Keeping up with magit changes | Ravi R Kiran | 2021-04-27 | 1 | -1/+2 |
| | | |||||
| * | We do use these other links | Ravi R Kiran | 2021-04-27 | 1 | -1/+1 |
| | | |||||
| * | How did this typo occur? | Ravi R Kiran | 2021-04-25 | 1 | -1/+1 |
| | | |||||
| * | Disabled until I have time to fix issues | Ravi R Kiran | 2021-04-25 | 1 | -0/+1 |
| | | |||||
| * | Prune to only those that we use | Ravi R Kiran | 2021-04-25 | 1 | -6/+1 |
| | | |||||
| * | Diagramming stuff | Ravi R Kiran | 2021-04-25 | 1 | -0/+9 |
| | | |||||
| * | Replace ob-ipython with jupyter | Ravi R Kiran | 2021-04-25 | 1 | -11/+14 |
| | | |||||
| * | Handle compilation buffer properly | Ravi R Kiran | 2021-04-25 | 1 | -14/+8 |
| | | |||||
| * | Bang deprecates itself in favor of shell-command+ | Ravi R Kiran | 2021-04-25 | 1 | -2/+2 |
| | | |||||
| * | Better initial file comment | Ravi R Kiran | 2021-04-25 | 1 | -1/+1 |
| | | |||||
| * | rtog/active does nothing in c-base-mode buffers | Ravi R Kiran | 2021-04-25 | 2 | -12/+6 |
| | | |||||
| * | Fix return key on terminal | Ravi R Kiran | 2021-04-25 | 1 | -0/+1 |
| | | |||||
| * | Handle simultaneous emacs invocations if init files are on NFS | Ravi R Kiran | 2021-04-25 | 3 | -13/+9 |
| | | |||||
| * | lsp-deferred is sufficient to get file-local variables | Ravi R Kiran | 2021-04-25 | 3 | -17/+4 |
| | | |||||
| * | Want to specify lsp parameters via local variables | Ravi R Kiran | 2021-04-23 | 2 | -4/+7 |
| | | |||||
| * | Another attempt at getting repl-toggle hooks right | Ravi R Kiran | 2021-04-19 | 1 | -17/+18 |
| | | |||||
| * | Remove conflicting bindings | Ravi R Kiran | 2021-04-19 | 1 | -2/+0 |
| | | |||||
| * | Python configuration clean up | Ravi R Kiran | 2021-04-19 | 1 | -144/+74 |
| | | | | | | | - Simplify ipython setup (by not supporting versions 5.x-6.x) - Replace jedi with pyright - Add more virtualenv locations | ||||
| * | Breadcrumb is not useful | Ravi R Kiran | 2021-04-19 | 1 | -0/+1 |
| | | |||||
| * | Adapt to kitty changes | Ravi R Kiran | 2021-04-13 | 1 | -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 easier | Ravi R Kiran | 2021-04-12 | 4 | -7/+7 |
| | | |||||
| * | Need direnv support | Ravi R Kiran | 2021-04-12 | 1 | -0/+4 |
| | | | | | Diminish? | ||||
| * | Convenience function to create new window | Ravi R Kiran | 2021-04-11 | 1 | -0/+9 |
| | | |||||
| * | Get rid of cquery and separate out lsp | Ravi R Kiran | 2021-04-11 | 2 | -50/+82 |
| | | |||||
| * | Spread it over multiple terminal windows | Ravi R Kiran | 2021-04-11 | 1 | -1/+73 |
| | | |||||
| * | Make multiple-cursors work | Ravi R Kiran | 2021-04-06 | 1 | -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 mu4e | Ravi R Kiran | 2021-04-05 | 1 | -8/+0 |
| | | |||||
| * | Support for kitty | Ravi R Kiran | 2021-04-05 | 9 | -40/+448 |
| | | |||||
| * | Mode name has changed | Ravi R Kiran | 2021-04-03 | 1 | -5/+3 |
| | | |||||
| * | WIP on the perennial epc issue | Ravi R Kiran | 2021-04-03 | 1 | -4/+18 |
| | | |||||
| * | Purge more of doxymacs | Ravi R Kiran | 2021-04-03 | 1 | -2/+5 |
| | | |||||
| * | Don't look for ws-butler if not available | Ravi R Kiran | 2021-04-03 | 1 | -1/+2 |
| | | |||||
| * | Magit changed the way global bindings are setup | Ravi R Kiran | 2021-04-03 | 1 | -4/+3 |
| | | |||||
| * | Fix operate-on-number | Ravi R Kiran | 2020-02-10 | 1 | -0/+27 |
| | | | | | Should make a better fix as time allows. | ||||
| * | Switch to posframe and pretty-hydra | Ravi R Kiran | 2020-02-10 | 5 | -125/+124 |
| | | |||||
| * | Whitespace selection does not make sense in special mode | Ravi R Kiran | 2020-02-10 | 1 | -2/+2 |
| | | | | | Fixes issue with magit. | ||||
| * | Variable name changed in helm-dash | Ravi R Kiran | 2020-02-10 | 4 | -7/+7 |
| | | |||||
