From 2104004e8c795dc86f28f5b4d874c9680af3c603 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 24 Mar 2019 11:57:28 +0100 Subject: [PATCH] SSH: Added include for local config file. Emacs: Hooked whitespace-mode to conf-mode. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 8b358bc..cd7c24d 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;;; Time-stamp: <2019-03-23 20:50:49 CET> +;;; Time-stamp: <2019-03-24 11:55:20 CET> ;;; Commentary: ;;; I am using this file with Emacs 26, but most of it will probably work with @@ -491,6 +491,7 @@ ("C-x w" . 'whitespace-mode) :hook (prog-mode . whitespace-mode) + (conf-mode . whitespace-mode) :custom-face (whitespace-space ((nil :foreground "gray18"))))