feat: merge doom menu with new binds
This commit is contained in:
@@ -91,10 +91,9 @@
|
||||
|
||||
(org-roam-capture-templates
|
||||
'(("d" "default" plain
|
||||
(function org-roam-capture--get-point)
|
||||
"%?"
|
||||
:file-name "${slug}" ; <---------- see?
|
||||
:head "#+title: ${title}\n#+created: %u\n#+last_modified: %U\n#+roam_tags:${tag}\n\n"
|
||||
:target (file+head "${slug}.org" "#+title: ${title}\n")
|
||||
:unnarrowed t
|
||||
:immediate-finish t :config)))
|
||||
|
||||
@@ -598,7 +597,7 @@
|
||||
;; handle scrolling events
|
||||
(advice-add 'pixel-scroll-precision :before #'ellama-disable-scroll)
|
||||
(advice-add 'end-of-buffer :after #'ellama-enable-scroll))
|
||||
|
||||
;; ellama keybinds
|
||||
(map! :leader
|
||||
:nv "e" #'ellama
|
||||
)
|
||||
@@ -644,4 +643,8 @@
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
;; For capturing notes
|
||||
(map! :leader
|
||||
:nv "N" #'org-roam-capture
|
||||
:nv "D" #'org-roam-dailies-capture-today
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user