From b1346b16702f5ebc248970fdfca1ec8481520817 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 26 Jan 2019 00:44:21 -0800 Subject: Add ‘oni-typography’ --- oni-typography.el | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 oni-typography.el (limited to 'oni-typography.el') diff --git a/oni-typography.el b/oni-typography.el new file mode 100644 index 0000000..82b6bfe --- /dev/null +++ b/oni-typography.el @@ -0,0 +1,39 @@ +;;; oni-typography.el --- Typographic settings -*- lexical-binding: t; -*- + +;; Copyright (C) 2019 Tom Willemse + +;; Author: Tom Willemse +;; Keywords: local +;; Version: 20190126000657 + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: + +;; Typographic settings. + +;;; Code: + +(setq require-final-newline t) + +(setq-default indent-tabs-mode nil) + +(setq-default tab-width 4) + +(setq sentence-end-double-space nil) + +(setq-default truncate-lines t) + +(provide 'oni-typography) +;;; oni-typography.el ends here -- cgit v1.2.3-54-g00ecf