Skip to content

Commit

Permalink
feat(emacs): jinx: init
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 21, 2024
1 parent 63525b6 commit 195e3cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/programs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ in
];

elementary.home.packages = with pkgs; [
# jinx
hunspellDicts.en_US
# dirvish
fd
imagemagick
Expand Down
4 changes: 4 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
(indent-bars-treesit-ignore-blank-lines-types '("module"))
(indent-bars-treesit-support t))

(use-package jinx
:ensure t
:hook (emacs-startup . global-jinx-mode))

(use-package emacs
:ensure nil
:custom
Expand Down

0 comments on commit 195e3cb

Please sign in to comment.