GithubHelp home page GithubHelp logo

.emacs.d's Introduction

My Emacs configuration that I use on most systems. Slight alterations may need to be made for running on some systems (such as high performance clusters without a display environment)

Where possible, I have tried to list other peoples code as a submodle.

For those that arent possible (because I could not find them on Git) or those from the Emacs Wiki, the links are provided as:

pp-c-l.el: Emacs Wiki https://www.emacswiki.org/emacs/PrettyControlL
column-marker.el: Emacs Wiki https://www.emacswiki.org/emacs/ColumnMarker
matlab-mode: Matlab mode for Emacs https://sourceforge.net/p/matlab-emacs/src/ci/master/tree/
texcount.pl: Perl script for counting text in LaTeX http://app.uio.no/ifi/texcount/download.html

Pulling submodules

git submodule update --init --recursive

Installing Packages Through MELPA etc.

The list of installed packages through the package manager are listed in emacs_packages.el. Open this script and execute the buffer to install packages.

If you want to get an updated list of the installed packages, run C-h v activated-packages-list to see which packages you have installed. Can then copy them and use the tr command in bash to format them (need to replace spaces with a new line so Elisp can handle it). Eg.

echo <paste contents of C-h v activated-packages-list here> | tr " " "\n"

Updating packages

  1. run M-x package-list-packages
  2. hit U (note is capital) to mark packages that can be updated
  3. hit x to perform update

.emacs.d's People

Contributors

egstatsml avatar ethanqut avatar

Watchers

 avatar  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.