From b9b9690dcaecbaa9b52712585cc4413fc32be5d1 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Fri, 14 Jun 2019 01:59:31 +0200 Subject: [PATCH] Removed unused start page address customization. --- elpher.el | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 -- 2.20.1