X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-options.el;h=7fc2e4885cfa1116c283beae316d0ad14b3ef884;hp=d7b4cdbac5db6bc51886ffaa6b7cce69cca29531;hb=220268387afffb44bb125a48d32e3caf71390618;hpb=625aafd1d2928e4c74d15c0a1d776097aed8bb3c diff --git a/lisp/riece-options.el b/lisp/riece-options.el index d7b4cdb..7fc2e48 100644 --- a/lisp/riece-options.el +++ b/lisp/riece-options.el @@ -60,16 +60,19 @@ :prefix "riece-" :group 'riece) -(defcustom riece-truncate-partial-width-windows nil - "If non-nil, truncate lines in splitting windows such as others buffer." - :type 'boolean - :group 'riece-looks) - (defcustom riece-use-full-window t "If non-nil, whole Emacs window is used to display dialogue." :type 'boolean :group 'riece-looks) +(defcustom riece-window-center-line -2 + "Line number of center point in window when scrolling. +If nil, erases the entire frame and then redraws with point in the +center of the window. Negative means relative to bottom of window. +See the document of the function `recenter'." + :type 'integer + :group 'riece-looks) + (defcustom riece-directory (expand-file-name "~/.riece") "Where to look for data files." :type 'directory