Emacs: Set fill-column to 400 for textareas from the WWW.
This commit is contained in:
parent
c7555f400b
commit
9800ede44f
|
@ -1,6 +1,6 @@
|
||||||
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
(atomic-chrome-buffer-open-style 'frame)
|
(atomic-chrome-buffer-open-style 'frame)
|
||||||
|
|
||||||
:hook
|
:hook
|
||||||
(atomic-chrome-edit-mode . (lambda () (setq-local fill-column 200)))
|
(atomic-chrome-edit-mode . (lambda () (setq-local fill-column 400)))
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user