From 3f3984760043db004e14fa8e25a6b3423063cc66 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 1 May 2024 14:37:01 +0100 Subject: [PATCH] Add the beacon mode --- nix/modules/editor/default.nix | 1 + nix/modules/editor/lisp/fg42/editor.el | 5 +++++ 2 files changed, 6 insertions(+) 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."