Giter Club home page Giter Club logo

emacs-minimal's Introduction

To clone

git clone https://github.com/av-maslov/emacs-minimal.git ~/.emacs.d
git clone https://github.com/av-maslov/emacs-yasnippets.git ~/.emacs.d/plugins-yasnippet-snippets

Install ESS and Julia mode for it (CentOS)

wget https://ess.r-project.org/downloads/ess/ess-18.10.2.tgz
mkdir ESS
tar xzvf ess-18.10.2.tgz -C ESS/
rm ess-18.10.2.tgz
rm -r ESS/ess-18.10.2

or

git clone https://github.com/emacs-ess/ESS.git ~/ESS
git clone https://github.com/JuliaEditorSupport/julia-emacs.git ~/.emacs.d/plugins/

add

(add-to-list 'load-path "~/ESS/lisp")
(load "~/ESS/lisp/ess-site")

Errors

  • Mac: error: Invalid face, linum, caused by colors.el: ..linum, darkgrey theme?

For ESS-mode

For brackets auto-closed M-x electric-pair-mode NOT M-x paredit-mode which adds extra space

Install Fira Code font

Windows:

choco install firacode

For YA Snippet use

Shift TAB

see init.el

Some custom key-bindings

C-c S : easy motion 
C-l   : go to line
C RET : New line without breaking the current line
C TAB : other window 

Packages requiring installation from MELPA

M-x package-list-pcakages

or

M-x package-install

Packages requiring compilation

M-x byte-compile rainbow-delimiters.el 

Emacs minimal settings

Preinstalled packages:

emacs-minimal's People

Contributors

lexmsl1 avatar

Watchers

 avatar

Forkers

lexmsl

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.