Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .emacs.d/whitespace.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
;;; Commentary:

;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;
;; Introduction
;; ------------
;;
Expand Down Expand Up @@ -2451,6 +2451,7 @@ It should be added buffer-locally to `write-file-functions'."
(global-whitespace-mode -1)
;; be sure all local whitespace mode is turned off
(save-current-buffer

(dolist (buf (buffer-list))
(set-buffer buf)
(whitespace-mode -1)))
Expand All @@ -2465,3 +2466,5 @@ It should be added buffer-locally to `write-file-functions'."

;; arch-tag: 1b1e2500-dbd4-4a26-8f7a-5a5edfd3c97e
;;; whitespace.el ends here

start