Commit Graph

20 Commits

Author SHA1 Message Date
Daniel - 5009eb39f9
Move eshell popup function to `db-eshell'
That's where it belongs.
2020-06-26 23:08:00 +02:00
Daniel - 501060c05a
Silence byte-compiler in `db-eshell' 2020-06-26 22:59:46 +02:00
Daniel - 2f3844856b
[eshell] Fix prompt coloring 2019-10-05 17:57:32 +02:00
Daniel - 2be4970d2a
[EShell] Fix completion for git
Search string was not up-to-date anymore, and comments behind actual commands
have changed.
2018-12-09 14:55:52 +01:00
Daniel - 3522387e90
[EShell] Show history of previous commands in order of usage 2018-11-03 12:09:54 +01:00
Daniel - 60f4a1cc0a
[EShell] Streamling configuration
Move all actual configuration to init.el, only leaving function definitions in
db-eshell.el.
2018-11-03 12:01:34 +01:00
Daniel - a38efb3133
[EShell] Add workaround for faulty completing when not ignoring case
Is this a general issue?  Should this be reported?
2018-10-20 14:54:09 +02:00
Daniel - c67255b7c5
[EShell] More prompt beautifications
Or modifications, at least.
2018-07-20 14:26:34 +02:00
Daniel - 462dd74550
[EShell] Fix wrong key bindings 2018-07-20 14:26:18 +02:00
Daniel - 631fbcfd13
[EShell] More playing around with the prompt 2018-07-19 14:30:01 +02:00
Daniel - 7640aae6f6
[EShell] Improving display and navigation of history 2018-07-19 14:02:44 +02:00
Daniel - 1d1f48e47b
[EShell] Shortcut for calling ‘magit-status’ 2018-07-19 13:50:02 +02:00
Daniel - 1126f85c6c
[EShell] Trying to make the prompt look nicer
With inspiration from Howard Abrams’ Emacs configuration
2018-07-19 13:49:26 +02:00
Daniel - 7399609194
[EShell] Set some further variables 2018-01-24 19:30:05 +01:00
Daniel - 361ee2e83d
[EShell] Citing some sources 2018-01-24 19:29:57 +01:00
Daniel - 46400826eb
[EShell] Don’t barf if git commands cannot be found 2018-01-24 19:29:42 +01:00
Daniel - 7fbc7f0217
[EShell] Don’t truncate buffer
The hook was wrong anyway.
2018-01-14 10:47:18 +01:00
Daniel - 60a3675d3e
[Misc] Use ‘with-editor’ in eshell and shell 2018-01-14 10:10:18 +01:00
Daniel - 17b5d9fecb
[Misc] Add lexical binding to all files 2017-12-03 09:19:05 +01:00
Daniel - f4c8a00a28
[EShell] Move configuration to dedicated package
Not clear whether this is a good idea, though.
2017-08-06 14:08:25 +02:00