diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2024-04-11 17:29:10 -0500 |
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2024-04-11 17:29:10 -0500 |
| commit | 43e1f37c02f216a36312876d56a8f313aabcf07a (patch) | |
| tree | ea694f58737db225b5ac75beacb50a5d01515ad4 /modules/calibredb-epub-config.el | |
| parent | 84c0963ec2096148932ec4ce8529a029cf930121 (diff) | |
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
Diffstat (limited to 'modules/calibredb-epub-config.el')
| -rw-r--r-- | modules/calibredb-epub-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calibredb-epub-config.el b/modules/calibredb-epub-config.el index 4b794cd3..11aca93d 100644 --- a/modules/calibredb-epub-config.el +++ b/modules/calibredb-epub-config.el @@ -44,7 +44,7 @@ ;; :hook (nov-mode . cj/nov-apply-preferences) :bind (:map nov-mode-map - ("m" . cj/bookmark-set-and-save) + ("m" . bookmark-set) ("b" . bookmark-bmenu-list) ("r" . nov-render-document) ("l" . recenter-top-bottom) |
