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,10 +1,14 @@
|
||||
;;
|
||||
;; github
|
||||
;;
|
||||
;;; siren-github.el --- jimeh's Emacs Siren: Github related stuff.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for various Github related packages.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(siren-require-packages '(github-browse-file))
|
||||
|
||||
(require 'github-browse-file)
|
||||
|
||||
|
||||
(provide 'siren-github)
|
||||
;;; siren-github.el ends here
|
||||
|
||||
Reference in New Issue
Block a user