From af9232821475db2b4bf5ca9aac07056facb9e4e1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 17 Oct 2022 18:27:04 -0700 Subject: ref(prog): wrap comments at column 120 Change-Id: Idd2b673af070b7cca02b1e62d6a3c40bdad1b7ec --- emacs/custom/my-prog.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/custom/my-prog.el b/emacs/custom/my-prog.el index c20293e..a8ecf45 100644 --- a/emacs/custom/my-prog.el +++ b/emacs/custom/my-prog.el @@ -23,9 +23,9 @@ (dolist (hook '(prog-mode-hook conf-mode-hook org-mode-hook)) (add-hook hook 'yas-minor-mode)) -;; I want comments to be wrapped at column 80 +;; where to wrap comments (require 'newcomment) -(setq comment-fill-column 80) +(setq comment-fill-column 120) (setq comment-auto-fill-only-comments t) (dolist (hook '(prog-mode-hook conf-mode-hook)) -- cgit 1.4.1