mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
15 lines
290 B
EmacsLisp
15 lines
290 B
EmacsLisp
;;; 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
|