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 @@
|
||||
;;
|
||||
;; helm
|
||||
;;
|
||||
;;; siren-helm.el --- jimeh's Emacs Siren: helm configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for helm.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(siren-require-packages '(helm helm-swoop helm-projectile helm-open-github))
|
||||
|
||||
@@ -35,5 +39,5 @@
|
||||
(global-set-key (kbd "C-c o i") 'helm-open-github-from-issues)
|
||||
(global-set-key (kbd "C-c o p") 'helm-open-github-from-pull-requests)
|
||||
|
||||
|
||||
(provide 'siren-helm)
|
||||
;;; siren-helm.el ends here
|
||||
|
||||
Reference in New Issue
Block a user