Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

counsel.el (counsel-file-register): Use Ivy to open file registers #1057

Merged
merged 1 commit into from
Jun 9, 2017
Merged

counsel.el (counsel-file-register): Use Ivy to open file registers #1057

merged 1 commit into from
Jun 9, 2017

Conversation

ejmr
Copy link
Contributor

@ejmr ejmr commented Jun 7, 2017

GNU Emacs allows you to keep file registers, i.e. registers to quickly
open commonly used files (see the link below for more information).

Truth be told the counsel-file-register command will sometimes place
the list of files in an undesired position, e.g. covering up important
windows. Nonetheless I find it useful as someone with many file
registers.

Future improvements will be to create a file register from a given
open file.

See-Also: https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Registers.html#File-Registers

Note: Maybe wait on merging until I experiment with ways to create new file registers use counsel-file-register in a file that has no associated file register.

GNU Emacs allows you to keep file registers, i.e. registers to quickly
open commonly used files (see the link below for more information).

Truth be told the `counsel-file-register` command will sometimes place
the list of files in an undesired position, e.g. covering up important
windows.  Nonetheless I find it useful as someone with many file
registers.

Future improvements will be to create a file register from a given
open file.

See-Also: https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Registers.html#File-Registers
@abo-abo
Copy link
Owner

abo-abo commented Jun 8, 2017

Thanks. I'm travelling today; I'll test and merge likely tomorrow.

@abo-abo abo-abo merged commit 1d4f09c into abo-abo:master Jun 9, 2017
@abo-abo
Copy link
Owner

abo-abo commented Jun 9, 2017

Thanks.

@ejmr ejmr deleted the feature/counsel-file-register branch June 9, 2017 19:40
@ejmr
Copy link
Contributor Author

ejmr commented Jun 9, 2017

Same, thanks to you as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants