From beb176bfe835e7addfd1302a8c342af40114e36f Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 28 Oct 2023 21:46:28 +1100 Subject: [emacs] Some tweaks - small fixes - which func headline should apply to js mode too - magit-diff mode no truncate lines - w3m keybindings --- emacs/.emacs.d/init/ycp-editing.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-editing.el') diff --git a/emacs/.emacs.d/init/ycp-editing.el b/emacs/.emacs.d/init/ycp-editing.el index b86139e..a26cee0 100644 --- a/emacs/.emacs.d/init/ycp-editing.el +++ b/emacs/.emacs.d/init/ycp-editing.el @@ -28,8 +28,7 @@ ;; line wrap at window edge -(set-default 'truncate-lines nil) - +(setq-default truncate-lines nil) (setq kill-do-not-save-duplicates t) (setq bidi-inhibit-bpa t) (setq save-interprogram-paste-before-kill t) -- cgit v1.2.3