legacy-dotfiles/emacs.d/20-autopair.el
Tom Willemsen 9420f67c17 Changed load-dir to d-dir, autopair, no comments
* Changed the load-dir variable in .emacs to d-dir (from emacs._d_).
    Using the same variable as emacs didn't seem like a good idea to me.

  * Moved autopair settings from 10-modules and 10-settings to
    20-autopair

  * Removed the folding-mode comments from load files.
2011-04-15 09:48:38 +02:00

2 lines
43 B
EmacsLisp

(require 'autopair)
(autopair-global-mode)