From 8eb8326bd628eb62100b022bca6c77723e48294d Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 8 Jun 2024 17:58:08 +0200 Subject: [PATCH] plugins/orgmode: fix typo --- docs/release-notes/rl-0.7.md | 2 ++ modules/plugins/notes/orgmode/orgmode.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index ca49c7d..5d15013 100644 --- a/docs/release-notes/rl-0.7.md +++ b/docs/release-notes/rl-0.7.md @@ -47,3 +47,5 @@ Release notes for release 0.7 [jacekpoz](https://github.com/jacekpoz): - Add [ocaml-lsp](https://github.com/ocaml/ocaml-lsp) support. + +- Fix Emac typo diff --git a/modules/plugins/notes/orgmode/orgmode.nix b/modules/plugins/notes/orgmode/orgmode.nix index 1dad458..fe2c4be 100644 --- a/modules/plugins/notes/orgmode/orgmode.nix +++ b/modules/plugins/notes/orgmode/orgmode.nix @@ -15,7 +15,7 @@ in { ]; options.vim.notes.orgmode = { - enable = mkEnableOption "nvim-orgmode: Neovim plugin for Emac Orgmode. Get the best of both worlds"; + enable = mkEnableOption "nvim-orgmode: Neovim plugin for Emacs Orgmode. Get the best of both worlds"; setupOpts = mkPluginSetupOption "Orgmode" { org_agenda_files = mkOption {