Emacs: Set fill-column to 400 for textareas from the WWW.

This commit is contained in:
tastytea 2020-02-02 10:18:00 +01:00
parent c7555f400b
commit 9800ede44f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-01-22T03:38:18+0100>
;; Time-stamp: <2020-02-02T10:17:25+0100>
;;; Commentary:
@ -71,7 +71,7 @@
(atomic-chrome-buffer-open-style 'frame)
:hook
(atomic-chrome-edit-mode . (lambda () (setq-local fill-column 200)))
(atomic-chrome-edit-mode . (lambda () (setq-local fill-column 400)))
)
))