add headers

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
Rudi Grinberg 2019-11-08 12:50:38 +09:00
parent 9b831d8ae7
commit 45f8972cdc
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,5 @@
;;; lang/rst/config.el -*- lexical-binding: t; -*-
(use-package! sphinx-mode
:init
(add-hook! 'rst-mode-hook #'sphinx-mode))

View file

@ -1 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; lang/rst/packages.el
(package! sphinx-mode)