Compare commits

..

No commits in common. "9b8ca71e6967326d24b8bceff63a1799572b0ca4" and "6bb4e798c3a63e3968060c0df301a6692999473c" have entirely different histories.

1 changed files with 4 additions and 6 deletions

View File

@ -8,11 +8,9 @@
:n "RET" #'polymode-eval-chunk :n "RET" #'polymode-eval-chunk
:desc "Evaluate code block") :desc "Evaluate code block")
;; Map elfeed to global keybinding ;; Map elfeed to global keybinding
(map! :leader :n "o e" #'=rss (map! :leader :n "o e" #'=rss)
:desc "RSS reader")
;; Map wallabag to global keybinding ;; Map wallabag to global keybinding
(map! :leader :n "o w" #'=wallabag (map! :leader :n "o w" #'=wallabag)
:desc "Read saved articles")
;; Keybindings for org-noter ;; Keybindings for org-noter
(map! :mode pdf-view-mode (map! :mode pdf-view-mode
:n "i" #'org-noter-insert-note :n "i" #'org-noter-insert-note
@ -29,8 +27,8 @@
:n "S" #'mu4e-view-save-attachments :n "S" #'mu4e-view-save-attachments
:desc "Save the chosen mail attachments") :desc "Save the chosen mail attachments")
;; Keybindings for next/previous buffer ;; Keybindings for next/previous buffer
(map! :n "C-c j" #'previous-buffer) (map! :n "C-j" #'previous-buffer)
(map! :n "C-c k" #'next-buffer) (map! :n "C-k" #'next-buffer)
;; Keybindings for citar ;; Keybindings for citar
(map! :leader :n "n B" #'citar-open-files (map! :leader :n "n B" #'citar-open-files
:desc "Open associated PDF with bibliography entry") :desc "Open associated PDF with bibliography entry")