Coder Social home page Coder Social logo

etmo's Introduction

Etmo (WIP)

Use Atom and Emacs as one editor

A collection of packages to make Atom and Emacs behave as one editor. Atom is turned more Emacs-like, and Emacs is used for a terminal editor.

Why did I do this? Because Atom is a good graphical editor (theme support, linting, multicursors, etc.), but Emacs has better layout and keybindings. Also for using Emacs in the terminal for quick edits. I want the editors between graphical and terminal to be more similar.

Install

This requires that you have atom, emacs, and bash installed.

You can install etmo through npm:

$ npm i -g jamen/etmo

Or clone the repo and link etmo.sh into your PATH:

$ ln -s bin/etmo.sh ~/.local/bin/etmo # User bin
$ ln -s bin/etmo.sh /usr/local/bin/etmo # Or system bin

Usage

To start etmo in the terminal (as Emacs) you run:

$ etmo file

To start as a graphical process (as Atom) you run:

$ etmo -a file

This uses separate configs from your own so it doesnt conflict, but there is extra files included in these for compatibility between Atom and Emacs. The etmo config files are at:

~/.config/etmo
├── .atom
├── .config -> ~/.config
└── .emacs.d

You can install separate packages for Atom and Emacs, but try not to break the continuity.

Uninstall and Reinstall

To uninstall (or reinstall) run:

# Uninstall atomacs
$ rm -rf ~/.config/etmo

# Install fresh copy
$ sh bin/etmo-update.sh

These are destructive actions. Make sure you have copied anything you want to save.

etmo's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.