diff --git a/nix/modules/editor/default.nix b/nix/modules/editor/default.nix index 2050c71..818ee9c 100644 --- a/nix/modules/editor/default.nix +++ b/nix/modules/editor/default.nix @@ -48,6 +48,7 @@ let base16-theme tempel tempel-collection + beacon ]); drv = makeFG42Drv { diff --git a/nix/modules/editor/lisp/fg42/editor.el b/nix/modules/editor/lisp/fg42/editor.el index 8e5c30c..220f785 100644 --- a/nix/modules/editor/lisp/fg42/editor.el +++ b/nix/modules/editor/lisp/fg42/editor.el @@ -220,6 +220,11 @@ of the Emacs Tempo library." "A collection of tempel templates.") +(use! beacon + "Never lose sight of your curser." + :hook (emacs-startup . beacon-mode)) + + (defun fg42/setup-editor () "Setup the overall functionality of FG42."