Only change rfc-mode-directory on selected systems.

This commit is contained in:
tastytea 2020-03-02 06:10:40 +01:00
parent b62640c4f8
commit 641af0e8d9
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
;;; tools.el --- Configure text tools. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-19T16:51:31+0100>
;; Time-stamp: <2020-02-29T08:47:49+0100>
;;; Commentary:
@ -39,8 +39,11 @@
;; Read RFC documents.
(use-package rfc-mode
:custom
(rfc-mode-directory "/var/rfc/")
:defer t
:commands (rfc-mode-browse)
:config (when (or (string= (system-name) "ventiloplattform")
(string= (system-name) "sprotznog"))
(customize-set-variable 'rfc-mode-directory "/var/rfc/"))
)
;; Mode for writing blog posts with hugo.