Skip to content

Commit 135ec8b

Browse files
committed
Open .pub files in rst-mode
At SpaceKnow we save public documentation files with ``.pub`` instead of ``.rst`` extension.
1 parent bd6984e commit 135ec8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

emacs/init.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
(setf epa-pinentry-mode 'loopback)
154154

155155
(add-to-list 'auto-mode-alist '("\\.geojson\\'" . json-mode))
156+
(add-to-list 'auto-mode-alist '("\\.pub\\'" . rst-mode))
156157

157158
;; the silver search (ag.el)
158159

0 commit comments

Comments
 (0)