Giter VIP home page Giter VIP logo

plus's Introduction

PLUS

PLUS is an Emacs configuration for researchers, which is inspired by Aaron Bedra's emacs.d and Bin Chen's emacs.d.

Directory structure

  • ~/.emacs.d/init.el is the configuration entrance.
  • ~/.emacs.d/custom.el includes user's personal configurations (custom.org also works).
  • ~/.emacs.d/sitelisp/ collects the packages that are NOT maintained by package manager ELPA.
  • ~/.emacs.d/elpa/ and the other things will be auto-maintained by ELPA or the other packages.

Modules

Golang, R, Python, Julia, LaTeX, markdown, orgmode, pandoc, gnuplot, Scala and Kotlin are supported.

Installation

  1. Backup the current Emacs configuration, e.g., the file ~/.emacs or the folder ~/.emacs.d/.

  2. Uninstall all systematic Emacs plugins. All plugins will be placed at ~/.emacs.d from now on.

  3. Clone PLUS

    cd ~; git clone https://github.com/ubtc/plus.git ~/.emacs.d; cd -

  4. Run the following command to fetch the latest packages from remote package repositories:

    emacs -nw --batch -l ~/.emacs.d/init.el -f package-refresh-contents

Third party tools installation (OPTIONAL)

External applications are optional, and can be installed through OS package managers, i.e.,

  • apt-cyg for Cygwin,
  • homebrew for Mac, and
  • various Linux package managers (apt for Ubuntu, yum for Redhat, pacman for Arch, emerge for Gentoo, etc.)

Golang

  • needed by golang-mode
  • install through OS package manager

Python (and JEDI, Flake8, importmagic)

  • needed by python-mode
  • install through OS package manager or pip/pip3

R

  • needed by ess
  • install through OS package manager

Scala (and sbt)

  • needed by ensime-mode/scala-mode-hook
  • install through OS package manager

Kotlin

  • needed by kotlin-mode
  • install through OS package manager or through sdkman!

Julia

  • needed by julia-mode and julia-shell
  • install through OS package manager

pandoc

  • needed by pandoc-mode
  • install through OS package manager

AUCTeX or XeTeX or LaTeX

  • needed by auctex (for writing and formatting TeX files in Emacs)
  • install through OS package manager (auctex need to be downloaded manually)

BibTeX

  • needed by ebib
  • install through OS package manager

gnuplot

  • needed by gnuplot-mode
  • install through OS package manager

zip and unzip

  • needed by org-mode to export org file to odt file
  • install through OS package manager

Aspell or hunspell

  • needed by flyspell
  • install through OS package manager. aspell usually is a better choice for programmers, whose dictionary has been set to en_US.

That's all, have fun!

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.