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

Versioning files outside VCS #39

Open
humitos opened this issue Jun 18, 2017 · 2 comments
Open

Versioning files outside VCS #39

humitos opened this issue Jun 18, 2017 · 2 comments

Comments

@humitos
Copy link
Owner

humitos commented Jun 18, 2017

I should take a look at it seems look interesting: https://github.com/antham/helm-backup

@humitos
Copy link
Owner Author

humitos commented Jun 18, 2017

Take a look at the issues and PR's since they are still working on this.

Two things that I would like to have here are:

  1. do not open a new emacs windows with the ediff and stuffs. It's very annoying that
  2. enable this 'auto save feature' only for those files outside a git project

@humitos
Copy link
Owner Author

humitos commented Dec 22, 2017

I'm using this function to edit files as SUDO and save a backup with helm-backup

E() {
    # alias E='SUDO_EDITOR="emacsclient --alternate-editor emacs" sudoedit'
    emacsclient --eval "(find-file (concat \"/sudo::\" (expand-file-name \"$1\")))"
}

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

No branches or pull requests

1 participant