Change header/footer comment of all files to make elisp happy

This commit is contained in:
2016-01-31 10:39:26 +00:00
parent b31ce521c8
commit e71ed5fc4e
67 changed files with 544 additions and 279 deletions

View File

@@ -1,6 +1,11 @@
;;
;; avy allows us to effectively navigate to visible things
;;
;;; siren-avy.el --- jimeh's Emacs Siren: avy configuration.
;;; Commentary:
;; Basic configuration for avy. Avy allows us to effectively navigate to visible
;; things.
;;; Code:
(siren-require-packages '(ace-window avy))
@@ -14,5 +19,5 @@
(define-key global-map (kbd "C-c SPC") 'avy-goto-char)
(define-key global-map (kbd "M-o") 'ace-window)
(provide 'siren-avy)
(provide 'siren-avy)
;;; siren-avy.el ends here