summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-07 12:15:18 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-07 12:15:18 +0300
commit0bfb96c42f786b5ed69ec729fc8e4010cbb7726d (patch)
treef0a1e8dd919329c70c1911d49caa43995f9e4fb8 /emacs.d
parentdef6f208a07c9cc255bf20bb7acff09780670523 (diff)
downloadliw-dot-files-0bfb96c42f786b5ed69ec729fc8e4010cbb7726d.tar.gz
chore: drop commented-out setting, not wanted
Sponsored-by: author
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index a273566..8c3dfcc 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -185,9 +185,6 @@
;; Don't line wrap long lines.
(set-default 'truncate-lines t)
-;; Show size in mode line.
-;;(size-indication-mode)
-
;; Highlight current line.
(add-hook 'text-mode-hook 'hl-line-mode)
(add-hook 'prog-mode-hook 'hl-line-mode)