forked from FG42/FG42
1
0
Fork 0

Add the beacon mode

This commit is contained in:
Sameer Rahmani 2024-05-01 14:37:01 +01:00
parent b6e6158df7
commit 3f39847600
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,7 @@ let
base16-theme
tempel
tempel-collection
beacon
]);
drv = makeFG42Drv {

View File

@ -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."