Commit Graph

104 Commits

Author SHA1 Message Date
d59ee8975d Add document with notes about Evil integration
See also #22 for the motivation and further discussion of this document.
2015-04-30 14:03:29 +02:00
9b3ee4424c Bump version 2015-04-28 19:58:20 +02:00
333d25d8fc Add frame fix 2015-04-28 19:58:01 +02:00
1b3725ae7f Bump version 2015-04-28 19:37:31 +02:00
c596093010 Save initial window config explicitly
The switching command used to do seemingly extraneous saving before and
after loading a different window config which was discarded recently.
This became obvious after an option to clean up the window config after
switching to it was introduced.  Closes #27.
2015-04-28 19:35:38 +02:00
5a82ba7af8 Mention new feature in README 2015-04-26 13:23:51 +02:00
5bdf9bb0a0 Bump version 2015-04-26 13:20:46 +02:00
6983c30f4b Implement alternative action on workspace creation
This allows you to do something else than cloning the last active window
configuration, such as displaying only the scratch buffer instead to
mimick the behaviour of the i3 window manager.  Closes #23.
2015-04-26 13:19:16 +02:00
16e48fb45f Throw away eyebrowse--save-window-config 2015-04-26 12:20:24 +02:00
ecd1ca4821 Reorder code and introduce internal functions 2015-04-26 10:59:03 +02:00
5214b824d9 Fix up comments 2015-04-25 22:00:12 +02:00
44710e3ff9 Update copyright notice 2015-04-25 22:00:00 +02:00
a083aab37c Update installation instructions 2014-12-28 01:32:00 +01:00
7ea0195f01 Mention perspective.el 2014-12-08 12:44:47 +01:00
cb80f990c9 Fix remaining booleans 2014-12-02 09:46:24 +01:00
c34a330509 Stylistic fixes 2014-12-02 09:30:41 +01:00
e0324c4cc3 Use more compliant variable names for customize
The "-p" suffix is apparently only for functions, not variables.
2014-10-22 09:31:40 +02:00
46875fb7c6 Remove superfluous text 2014-10-14 08:56:02 +02:00
919302f86d Fix docstring 2014-10-14 08:55:53 +02:00
f4dc5b1431 Bump version 2014-09-24 00:48:44 +02:00
2b645da930 Use dash in a more idiomatic way, bump version 2014-09-24 00:48:00 +02:00
f89d18a2e7 Drop unnecessary requirements 2014-09-24 00:41:51 +02:00
2a9090b483 Bump version 2014-09-02 11:46:44 +02:00
0b02e02e8e Turn window configuration switcher into command
While it is possible to use `eyebrowse-next-window-config` with a
numerical prefix to switch to an arbitrary window configuration, it's
better to offer a completing interface that can be extended to display
tags as well.  I intend to offer `completing-read`,
`ido-completing-read` and helm soon to have a basic, a less basic, but
built-in with flexible matching and a fully-featured selection
interface that is able to display meta data, too.  At the moment only
`completing-read` is used which isn't too bad for an option considering
both ido and helm are able to use it for the most basic selection
tasks.

No matter what, helm will stay an "optional" dependency.
2014-09-02 10:15:21 +02:00
89a46fb2df Specify format strings 2014-09-02 10:15:04 +02:00
61a50355dd Remove misleading comment 2014-09-01 22:16:02 +02:00
1e94df5bde Fix nasty typo 2014-09-01 22:10:06 +02:00
05e5d278bc Add more TODOs 2014-09-01 22:01:00 +02:00
483191dff1 Adjust code to follow conventions 2014-09-01 21:51:24 +02:00
0b5316b4f8 Made code less surprising 2014-09-01 21:25:41 +02:00
e0b05a9b64 Bump version 2014-09-01 09:52:38 +02:00
5621c96d24 Annotate code 2014-09-01 09:52:30 +02:00
c29fdcdecf Use more local variables 2014-09-01 09:47:07 +02:00
c3e62b4d53 Initialize at beginning of session and frame init 2014-09-01 09:16:31 +02:00
a32eb2091b Use generic get and set methods 2014-09-01 09:15:22 +02:00
c224a16884 Remove global variables 2014-09-01 09:13:07 +02:00
0159f8ab64 Bump version 2014-08-31 21:07:20 +02:00
7e2b51378e Be less clever 2014-08-31 21:06:25 +02:00
ab31c4916b Bump version 2014-08-31 20:25:13 +02:00
4bc0da097a Merge branch 'master' of ssh://github.com/wasamasa/eyebrowse 2014-08-31 20:23:48 +02:00
1d422c34b1 Fix description bug 2014-08-31 20:22:23 +02:00
a0e74758ed Clarify sections 2014-08-31 20:22:02 +02:00
7a591cbb5c Merge pull request #20 from maio/patch-1
Fix run-hooks calls
2014-04-09 07:30:45 +02:00
057be007df Fix run-hooks calls
run-hooks expects symbol as an argument.
2014-04-08 21:09:53 +02:00
b86b4090d6 Make <number>gT always wrap around 2014-03-31 12:54:45 +02:00
e747436e1d Bump version 2014-03-31 12:27:27 +02:00
d95859a4e4 Add contributors and changelog 2014-03-31 12:27:14 +02:00
fe04ba8e54 Make switching forward and backward work like Vim. 2014-03-31 12:04:58 +02:00
8c38149446 Fix switching bug at init 2014-03-31 11:19:44 +02:00
fd15c6db6a Add basic hooks 2014-03-13 00:22:34 +01:00