From: Tim Vaughan Date: Thu, 13 Jun 2019 23:59:31 +0000 (+0200) Subject: Removed unused start page address customization. X-Git-Tag: v1.2.0~6 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=b9b9690dcaecbaa9b52712585cc4413fc32be5d1 Removed unused start page address customization. --- diff --git a/elpher.el b/elpher.el index 63a1239..f4d80ff 100644 --- a/elpher.el +++ b/elpher.el @@ -182,12 +182,6 @@ Otherwise, use the system browser via the BROWSE-URL function." "If non-nil, cache images in memory in the same way as other content." :type '(boolean)) -(defcustom elpher-start-address nil - "If nil, the default start directory is shown when Elpher is started. -Otherwise, a list containing the selector, host and port of a directory to -use as the start page." - :type '(list string string integer)) - (defcustom elpher-use-header t "If non-nil, display current node information in buffer header." :type '(boolean)) @@ -664,13 +658,15 @@ calls, as is necessary if the match is performed by `string-match'." (elpher-visit-parent-node) (telnet host port))) -;; Start node retrieval +;; Start page node retrieval (defun elpher-get-start-node () "Getter which displays the start page." (elpher-with-clean-buffer (elpher-insert-index elpher-start-index) (elpher-restore-pos))) + +;; Bookmarks ;;; Bookmarks