summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-14 15:04:45 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-03-14 15:05:15 +0100
commit6f3acd66dd660ebc7d100fcac8df313d33789130 (patch)
treec2f64595d0fb862d8e67ea444a7803aeee8e576c
parent0611d979cf7ac6a275d19c9931630a79edfda0ce (diff)
Remove commented code.
-rw-r--r--init.org17
1 files changed, 0 insertions, 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