aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/configs/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users/fcuny/configs/emacs/init.el')
-rw-r--r--nix/users/fcuny/configs/emacs/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/users/fcuny/configs/emacs/init.el b/nix/users/fcuny/configs/emacs/init.el
index a2ac78f..a474bd5 100644
--- a/nix/users/fcuny/configs/emacs/init.el
+++ b/nix/users/fcuny/configs/emacs/init.el
@@ -73,9 +73,8 @@
(dolist (mode-hook '(prog-mode-hook text-mode-hook conf-mode-hook))
(add-hook mode-hook 'whitespace-mode))
-(setq whitespace-style '(face trailing lines-tail))
+(setq whitespace-style '(face trailing))
(setq-default show-trailing-whitespace t)
-(setq-default indicate-empty-lines t)
;;; dired
(require 'dired)