My Emacs settings are changed from the most popular Emacs settings in history.

Source: Internet
Author: User

The best Emacs settings in history are of course Steve Purcell's. See https://github.com/purcell/emacs.d.

I admire Steve Purcell's settings. His Emacs settings are a very rigorous project. perfect modularization. All modules can be upgraded in one step. fully utilizes the latest features of git.

My change is,

  • Added the C ++ plug-in.
  • Integrated text browser w3m
  • Chinese Input Method (EIM)
  • Org2blog (use org-mode to manage WordPress blogs)

Features

  • Support C ++/Python/perl/ruby-on-rails/JavaScript
  • EIM (Chinese pinying IME for Emacs)
  • Org2blog (post Wordpress blog by org-mode)
Install
git clone git@github.com:redguardtoo/emacs.d.git ~/.emacs.d;
Some plugins need be compiled for better performance (optional)
  • Cedet, ECB, emacs-w3m, org-mode, nxml-mode, mmm-mode, auto-complete
cd ~/.emacs.d/site-lisp;make -C cedet;make -C ecb;make -C org-mode;make -C nxml-mode;make -C auto-completecd ~/.emacs.d/site-lisp/emacs-w3m;autoconf;./configure;make;sudo make install-info-en;cd ~/.emacs.d/site-lisp/mmm-mode;./autogen.sh;./configure;make;sudo make install-info;
  • Rinari (install info only)
cd ~/.emacs.d/site-lisp/rinari;rake doc:make_info;sudo cp doc/rinari.info /usr/share/info;sudo install-info /usr/share/info/rinari.info /usr/share/info/dir
  • EIM
cd ~/.emacs.d/site-lisp/eim;emacs -batch -f batch-byte-compile *.el;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.