diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-08-15 18:13:52 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-08-15 18:13:52 -0400 |
commit | b5df3647f55359f8546dcfa991a351673a069a49 (patch) | |
tree | d0f30fb2c78389008e434b93397b63000d3a7953 /bog.el | |
parent | 16df0bb044b3ddb96e9d981c37569d6b1b890109 (diff) | |
parent | 16b71832c042fd1beb738a8f10f0f83df416a9b6 (diff) | |
download | bog-b5df3647f55359f8546dcfa991a351673a069a49.tar.gz |
Merge pull request #10 from basil-conto/blc/https
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; @@ -202,7 +202,7 @@ character should be a non-word character according to :package-version '(bog . "1.3.0")) (defcustom bog-web-search-url - "http://scholar.google.com/scholar?q=%s" + "https://scholar.google.com/scholar?q=%s" "URL to use for CITEKEY search. It should contain the placeholder \"%s\" for the query." :type 'string) |