Skip to content

Defaults

github-actions[bot] edited this page Dec 23, 2022 · 63 revisions

The core.defaults Module

Metamodule for storing the most necessary modules.

Overview

This file contains all of the most important modules that any user would want to have a "just works" experience.

Configuration

This module exposes no customization options.

Keybinds

This module defines no keybinds.

How to Apply

  • To manually load the module, place this code in your Neorg setup:
    ["core.defaults"] = {
       config = { -- Note that this table is optional and doesn't need to be provided
           -- Configuration here
       }
    }
    Consult the configuration section to see how you can configure core.defaults to your liking.

Technical Information

Developer Usage

Public API

This segment will detail all of the functions core.defaults exposes. All of these functions reside in the public table.

No public functions exposed.

Examples

None Provided

Extra Info

Version

This module supports at least version 1.0.0. The current Neorg version is 1.0.0.

Imports

This module does not import any other files.

Requires

This module does not require any other modules to operate.

Required by

This module isn't required by any other module.

Clone this wiki locally