Skip to content

Commit

Permalink
Update ghostwriter.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN authored Aug 25, 2024
1 parent 74e9215 commit 6e0199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/ghostwriter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ in
})
(lib.mkIf (cfg.editor.styling.emphasisStyle != null) {
Style = {
emphasisStyle = cfg.editor.styling.emphasisStyle;
underlineInsteadOfItalics = cfg.editor.styling.emphasisStyle;
};
})
(lib.mkIf (cfg.editor.styling.focusMode != null) {
Expand Down

0 comments on commit 6e0199f

Please sign in to comment.