Emacs: typo.
This commit is contained in:
parent
9e2f68b3b8
commit
6d903c983a
|
@ -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-05-27T04:21:10+0200>
|
;; Time-stamp: <2020-05-27T17:51:12+0200>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
("^gitlab\\.com$" . gfm-mode)
|
("^gitlab\\.com$" . gfm-mode)
|
||||||
("^gitlab\\.gnome\\.org$" . gfm-mode)))
|
("^gitlab\\.gnome\\.org$" . gfm-mode)))
|
||||||
(atomic-chrome-buffer-open-style 'frame))
|
(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)
|
(provide 'net/server)
|
||||||
;;; server.el ends here
|
;;; server.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user