summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/my-prog.el4
1 files changed, 2 insertions, 2 deletions
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))