From 6f3acd66dd660ebc7d100fcac8df313d33789130 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Mar 2023 15:04:45 +0100 Subject: Remove commented code. --- init.org | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/init.org b/init.org index 52c191b..accdfdf 100644 --- a/init.org +++ b/init.org @@ -1141,23 +1141,6 @@ This is even more stuff to be done after initialising packages. I still need to (setq scss-compile-at-save nil) -;; (setq whitespace-global-modes '(not erc-mode)) -;; (global-whitespace-mode 1) -;; (set-face-attribute 'whitespace-space nil :background nil :foreground "gray20") -;; (set-face-attribute 'whitespace-newline nil :background nil :foreground "gray20") -;; (setq whitespace-style -;; '(face spaces tabs newline space-mark tab-mark newline-mark)) -;; (setq whitespace-display-mappings -;; ;; all numbers are Unicode codepoint in decimal. try -;; ;; (insert-char 182 ) to see it -;; '( -;; (space-mark 32 [183] [46]) ; 32 SPACE, 183 MIDDLE DOT 「·」, -;; ; 46 FULL STOP 「.」 -;; (newline-mark 10 [182 10]) ; 10 LINE FEED -;; (tab-mark 9 [9655 9] [92 9]) ; 9 TAB, 9655 WHITE -;; ; RIGHT-POINTING TRIANGLE 「▷」 -;; )) - (desktop-save-mode t) (setq desktop-restore-eager 5) ; restore buffers lazily (setq desktop-lazy-idle-delay 3) ; no hurry -- cgit v1.2.3