SSH: Added include for local config file.
Emacs: Hooked whitespace-mode to conf-mode.
This commit is contained in:
parent
f28f525666
commit
2104004e8c
3
init.el
3
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; Commentary:
|
||||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
;;; 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)
|
("C-x w" . 'whitespace-mode)
|
||||||
:hook
|
:hook
|
||||||
(prog-mode . whitespace-mode)
|
(prog-mode . whitespace-mode)
|
||||||
|
(conf-mode . whitespace-mode)
|
||||||
:custom-face
|
:custom-face
|
||||||
(whitespace-space ((nil :foreground "gray18"))))
|
(whitespace-space ((nil :foreground "gray18"))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user