Emacs: typo.

This commit is contained in:
tastytea 2020-05-27 17:52:02 +02:00
parent 9e2f68b3b8
commit 6d903c983a
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-05-27T04:21:10+0200>
;; Time-stamp: <2020-05-27T17:51:12+0200>
;;; Commentary:
@ -64,7 +64,7 @@
("^gitlab\\.com$" . gfm-mode)
("^gitlab\\.gnome\\.org$" . gfm-mode)))
(atomic-chrome-buffer-open-style 'frame))
:hook (atomic-chrome-edit-mode . (lambda () (setq-fill-column 400))))))
:hook (atomic-chrome-edit-mode . (lambda () (set-fill-column 400))))))
(provide 'net/server)
;;; server.el ends here