Config: install olivetti to prettify org-mode, edit some keybindings
This commit is contained in:
@@ -59,11 +59,13 @@
|
||||
:prefix "C-c o"
|
||||
"f" 'consult-notes
|
||||
"s" 'consult-org-agenda
|
||||
"g" 'consult-org-ripgrep
|
||||
"g" 'consult-notes-search-in-all-notes
|
||||
"C" 'calendar
|
||||
"c" 'org-capture
|
||||
"p" 'my-blog-publish
|
||||
"v" 'my-blog-preview)
|
||||
"v" 'my-blog-preview
|
||||
"d" 'denote
|
||||
"r" 'denote-rename-file)
|
||||
|
||||
;; q for org-ql
|
||||
(general-def
|
||||
@@ -153,7 +155,8 @@
|
||||
"C-c t l" 'org-toggle-link-display
|
||||
"M-{" 'org-previous-visible-heading
|
||||
"M-}" 'org-next-visible-heading
|
||||
"C-," 'duplicate-and-move-to-next-line)
|
||||
"C-," 'duplicate-and-move-to-next-line
|
||||
"C-c o l" 'denote-link)
|
||||
|
||||
;; calendar
|
||||
(general-def calendar-mode-map
|
||||
|
||||
Reference in New Issue
Block a user