From 43e1f37c02f216a36312876d56a8f313aabcf07a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 11 Apr 2024 17:29:10 -0500 Subject: additional bug fixing - stray cj/bookmark-set-and-save references replaced with bookmark-set - added warning level for errors - added an alternate elpa-mirrors location (git repos shouldn't be added inside a git repo) - added default font size to "Berkeley Only" and the default in fontaine - updated eww to search using frog find for readability - fixed typo on comments in user-constants - moved easy hugo configuration higher for easier accessibility - move "insert around" function to custom functions --- modules/pdf-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pdf-config.el') diff --git a/modules/pdf-config.el b/modules/pdf-config.el index 518f3883..911140f2 100644 --- a/modules/pdf-config.el +++ b/modules/pdf-config.el @@ -18,7 +18,7 @@ :bind (:map pdf-view-mode-map ("M" . pdf-view-midnight-minor-mode) - ("m" . cj/bookmark-set-and-save) + ("m" . bookmark-set) ("z" . (lambda () (interactive) (cj/open-file-with-command "zathura"))) ("e" . (lambda () (interactive) (cj/open-file-with-command "evince"))) ("j" . pdf-view-next-line-or-next-page) -- cgit v1.2.3