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 @@
|
||||
;;
|
||||
;; flycheck
|
||||
;;
|
||||
;;; siren-flycheck.el --- jimeh's Emacs Siren: flycheck configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for flycheck.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(siren-require-packages '(flycheck))
|
||||
|
||||
@@ -9,5 +13,5 @@
|
||||
(setq flycheck-idle-change-delay 1.0)
|
||||
(setq flycheck-indication-mode 'right-fringe)
|
||||
|
||||
|
||||
(provide 'siren-flycheck)
|
||||
;;; siren-flycheck.el ends here
|
||||
|
||||
Reference in New Issue
Block a user