diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:40:53 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 17:33:31 -0500 |
commit | e9ce5fc87e76ce216b77c7910eee8ed9e69fa49a (patch) | |
tree | 7f94a56df2b9d2658ab970ce11c01a28d8f0079a /.config/emacs/custom.el | |
parent | de4965a0025e561f8d70caaa22f0316fcd3a6e57 (diff) |
small changes. to .config/emacs
Diffstat (limited to '.config/emacs/custom.el')
-rw-r--r-- | .config/emacs/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index 40516e3..dad3d8d 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -10,6 +10,7 @@ '(inhibit-startup-screen t) '(mdmua-maildir "~/Maildir") '(minibuffer-prompt-properties (quote (read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt))) + '(page-break-lines-char 45) '(ruby-deep-arglist nil) '(ruby-deep-indent-paren nil) '(safe-local-variable-values (quote ((Nginx-indent-tabs-mode) (Nginx-indent-level . 4) (Nginx-indent-level . 8)))) |