emacs-configuration icon indicating copy to clipboard operation
emacs-configuration copied to clipboard

Versioning files outside VCS

Open humitos opened this issue 8 years ago • 2 comments

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

humitos avatar Jun 18 '17 01:06 humitos

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 avatar Jun 18 '17 19:06 humitos

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\")))"
}

humitos avatar Dec 22 '17 14:12 humitos