aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-editing.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-editing.el')
-rw-r--r--emacs/.emacs.d/init/ycp-editing.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init/ycp-editing.el b/emacs/.emacs.d/init/ycp-editing.el
index a26cee0..8d260ee 100644
--- a/emacs/.emacs.d/init/ycp-editing.el
+++ b/emacs/.emacs.d/init/ycp-editing.el
@@ -170,8 +170,9 @@
'auto-mode-alist
'("\\(README\\|CHANGELOG\\|COPYING\\|LICENSE\\)\\'" . text-mode))
;; https://lists.gnu.org/archive/html/emacs-devel/2023-06/msg00113.html
-(when (string< emacs-version "29")
- (add-hook 'before-save-hook 'time-stamp))
+;; https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-11/msg01149.html
+(unless (string< emacs-version "29")
+ (setq long-line-threshold nil))
(save-place-mode 1)