emacs: Enable rfc-mode

This commit is contained in:
Sanchayan Maity 2021-01-09 18:02:57 +05:30
parent 757b29b026
commit 6b0d304df0
2 changed files with 2 additions and 0 deletions

View file

@ -52,3 +52,4 @@
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
(setq org-directory "~/org")
(setq rfc-mode-directory (expand-file-name "~/rfc/"))

View file

@ -50,3 +50,4 @@
;(unpin! t)
(package! srcery-theme)
(package! rfc-mode)