mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Change header/footer comment of all files to make elisp happy
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
;;
|
||||
;; ruby
|
||||
;;
|
||||
;;; siren-ruby.el --- jimeh's Emacs Siren: ruby-mode configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for ruby-mode.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-programming)
|
||||
(require 'siren-company)
|
||||
@@ -79,5 +83,5 @@
|
||||
;; (auto-complete)
|
||||
;; ad-do-it))
|
||||
|
||||
|
||||
(provide 'siren-ruby)
|
||||
;;; siren-ruby.el ends here
|
||||
|
||||
Reference in New Issue
Block a user