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 @@
|
||||
;;
|
||||
;; lisp
|
||||
;;
|
||||
;;; siren-lisp.el --- jimeh's Emacs Siren: lisp-mode configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for lisp-mode.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-programming)
|
||||
(siren-require-packages '(rainbow-delimiters))
|
||||
@@ -30,5 +34,5 @@
|
||||
|
||||
(setq siren-interactive-lisp-coding-hook 'siren-interactive-lisp-coding-defaults)
|
||||
|
||||
|
||||
(provide 'siren-lisp)
|
||||
;;; siren-lisp.el ends here
|
||||
|
||||
Reference in New Issue
Block a user