Adding consult-yank and idk
This commit is contained in:
parent
a96186b6a6
commit
79a1421804
3 changed files with 38 additions and 10 deletions
16
init.el
16
init.el
|
@ -342,7 +342,8 @@ vertically."
|
|||
:keymaps 'override
|
||||
"si" 'consult-imenu
|
||||
"so" 'consult-org-heading
|
||||
"sm" 'bookmark-jump))
|
||||
"sm" 'bookmark-jump
|
||||
"sy" 'consult-yank-from-kill-ring))
|
||||
|
||||
(use-package marginalia
|
||||
:bind (:map minibuffer-local-map
|
||||
|
@ -395,6 +396,9 @@ vertically."
|
|||
|
||||
(use-package projectile)
|
||||
|
||||
(use-package simple-httpd
|
||||
:ensure t)
|
||||
|
||||
(use-package avy
|
||||
:after evil)
|
||||
|
||||
|
@ -482,7 +486,7 @@ vertically."
|
|||
(use-package lsp-ui
|
||||
:hook (lsp-mode . lsp-ui-mode)
|
||||
:custom
|
||||
(lsp-ui-doc-position 'top))
|
||||
(lsp-ui-doc-position 'at-point))
|
||||
|
||||
(use-package lsp-treemacs
|
||||
:after lsp)
|
||||
|
@ -717,7 +721,8 @@ vertically."
|
|||
("oc" "Project changelog" entry #'+org-capture-central-project-changelog-file
|
||||
"* %U %?\n %i\n %a" :heading "Changelog" :prepend t))
|
||||
org-capture-use-agenda-date t
|
||||
org-agenda-timegrid-use-ampm t)
|
||||
org-agenda-timegrid-use-ampm t
|
||||
org-agenda-tags-column -100)
|
||||
|
||||
(setq org-imenu-depth 4
|
||||
org-odt-styles-file "/home/chris/org/style.odt"
|
||||
|
@ -793,7 +798,7 @@ vertically."
|
|||
"c" 'org-capture
|
||||
"rr" 'org-refile
|
||||
"e" 'org-export-dispatch
|
||||
"oa" 'chris/org-agenda)
|
||||
"oa" 'org-agenda-list)
|
||||
('normal org-agenda-mode-map
|
||||
"q" 'org-agenda-quit
|
||||
"r" 'org-agenda-redo
|
||||
|
@ -1292,7 +1297,8 @@ If on a:
|
|||
org-caldav-files '("/home/chris/org/todo/todo.org"
|
||||
"/home/chris/org/todo/notes.org"
|
||||
"/home/chris/org/todo/prayer.org")
|
||||
org-icalendar-alarm-time 15))
|
||||
org-icalendar-alarm-time 15
|
||||
org-icalendar-use-scheduled '(todo-start event-if-todo)))
|
||||
|
||||
(use-package magit
|
||||
:commands (magit-status magit-get-current-branch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue