Compare commits
No commits in common. "9b8ca71e6967326d24b8bceff63a1799572b0ca4" and "6bb4e798c3a63e3968060c0df301a6692999473c" have entirely different histories.
9b8ca71e69
...
6bb4e798c3
|
@ -8,11 +8,9 @@
|
|||
:n "RET" #'polymode-eval-chunk
|
||||
:desc "Evaluate code block")
|
||||
;; Map elfeed to global keybinding
|
||||
(map! :leader :n "o e" #'=rss
|
||||
:desc "RSS reader")
|
||||
(map! :leader :n "o e" #'=rss)
|
||||
;; Map wallabag to global keybinding
|
||||
(map! :leader :n "o w" #'=wallabag
|
||||
:desc "Read saved articles")
|
||||
(map! :leader :n "o w" #'=wallabag)
|
||||
;; Keybindings for org-noter
|
||||
(map! :mode pdf-view-mode
|
||||
:n "i" #'org-noter-insert-note
|
||||
|
@ -29,8 +27,8 @@
|
|||
:n "S" #'mu4e-view-save-attachments
|
||||
:desc "Save the chosen mail attachments")
|
||||
;; Keybindings for next/previous buffer
|
||||
(map! :n "C-c j" #'previous-buffer)
|
||||
(map! :n "C-c k" #'next-buffer)
|
||||
(map! :n "C-j" #'previous-buffer)
|
||||
(map! :n "C-k" #'next-buffer)
|
||||
;; Keybindings for citar
|
||||
(map! :leader :n "n B" #'citar-open-files
|
||||
:desc "Open associated PDF with bibliography entry")
|
||||
|
|
Loading…
Reference in New Issue