Take away the elements in order of apparent non-importance
This commit is contained in:
parent
186d3a3a68
commit
76e6c130ab
1 changed files with 2 additions and 1 deletions
3
smog.el
3
smog.el
|
@ -5,6 +5,7 @@
|
|||
;; Author: nik gaffney <nik@fo.am>
|
||||
;; Created: 2020-02-02
|
||||
;; Version: 0.1
|
||||
;; Package-Requires: ((emacs "24.1"))
|
||||
;; Keywords: tools, style, readability, prose
|
||||
;; URL: https://github.com/zzkt/smog
|
||||
|
||||
|
@ -50,7 +51,7 @@
|
|||
:type '(string)
|
||||
:group 'smog)
|
||||
|
||||
(defcustom smog-reference "* Reference
|
||||
(defcustom smog-reference "\n* Reference
|
||||
|
||||
** Kincaid formula
|
||||
|
||||
|
|
Loading…
Reference in a new issue