diff --git a/etc/init.lisp b/etc/init.lisp index 11758c4..d662362 100644 --- a/etc/init.lisp +++ b/etc/init.lisp @@ -295,6 +295,8 @@ (define-key "ppage" #'message-scroll-previous-page *gemini-message-keymap*) +(define-key "l" #'open-message-link *gemini-message-keymap*) + ;; tags keymap (define-key "up" #'tag-go-up *tags-keymap*) diff --git a/src/constants.lisp b/src/constants.lisp index c34ad47..02868a8 100644 --- a/src/constants.lisp +++ b/src/constants.lisp @@ -19,24 +19,24 @@ (define-constant +help-about-message+ (format nil "~a - Copyright (C) 2019 cage +Copyright (C) 2019 cage - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. +You should have received a copy of the GNU General Public License +along with this program. - For bug report please point your browser to: +For bug report please point your browser to: - ~a" +~a" +program-name+ +issue-tracker+) :test #'string=)