add headers
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
parent
9b831d8ae7
commit
45f8972cdc
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
;;; lang/rst/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! sphinx-mode
|
||||
:init
|
||||
(add-hook! 'rst-mode-hook #'sphinx-mode))
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/rst/packages.el
|
||||
|
||||
(package! sphinx-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue