# HG changeset patch # User Oleksandr Gavenko # Date 1463816425 -10800 # Node ID a93ed2339d77137c634f2c43c9381d6d096dbbdf # Parent a04175d20f085953c42a4c8cdc9fec443c129dfe Enable whitespace-mode for gadict-mode. diff -r a04175d20f08 -r a93ed2339d77 .emacs-my --- a/.emacs-my Wed May 18 18:29:10 2016 +0300 +++ b/.emacs-my Sat May 21 10:40:25 2016 +0300 @@ -1518,6 +1518,8 @@ (when (fboundp 'gadict-mode) (add-to-list 'auto-mode-alist '("\\.gadict$" . gadict-mode)) ) +(add-hook 'gadict-mode-hook 'whitespace-mode) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "figlet")