Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 558 Bytes

2020-04-18-1304 Zetteldeft and spacemacs.org

File metadata and controls

14 lines (10 loc) · 558 Bytes

Zetteldeft and spacemacs

Backlink: §2020-01-05-2214

To install Zetteldeft for spacemacs, simply add the Deft layer to your .spacemacs file and enable zetteldeft support.

Locate dotspacemacs-configuration-layers in your .spacemacs and add the variables as suggested below.

(setq-default dotspacemacs-configuration-layers
  '((deft :variables deft-zetteldeft t)))

This should install both deft and zetteldeft and load them in correct order, and set default keybindings.