nvim, herbstluftwm: switch from calcurse to org mode
This commit is contained in:
@ -22,3 +22,8 @@ vim.api.nvim_create_autocmd({ "FocusGained", "BufEnter", "CursorHold", "CursorHo
|
||||
pattern = "*",
|
||||
command = "if mode() != 'c' | checktime | endif",
|
||||
})
|
||||
|
||||
-- org agenda command so I can do nvim +Agenda to open agenda
|
||||
vim.api.nvim_create_user_command("Agenda", function()
|
||||
require("orgmode").action("agenda.prompt")
|
||||
end, {})
|
||||
|
||||
Reference in New Issue
Block a user