Refactor initfiles

This commit is contained in:
Henrik Lissner 2014-07-21 03:52:01 -04:00
parent d5f2bb1d23
commit 223e9843b6
11 changed files with 96 additions and 84 deletions

View file

@ -55,7 +55,6 @@
(eval-when-compile (require 'cl))
(provide 'ruby-mode-indent-fix)
(require 'autopair)
@ -194,5 +193,6 @@ Note that all params line up after the function.
;; (t
;; ad-do-it))))
(provide 'ruby-mode-indent-fix)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; ruby-mode-indent-fix.el ends here