mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
qalculate: add autocalc to the example
I believe the `-s autocalc` is very popular option. However, in the setting file, it's called `calculate_as_you_type`. I propose adding it to the exmaple config, to make it easier to discover.
This commit is contained in:
committed by
Austin Horstman
parent
79f8430e7d
commit
dd6a8772d4
@@ -32,6 +32,7 @@ in
|
||||
save_definitions_on_exit = 0;
|
||||
};
|
||||
Mode = {
|
||||
calculate_as_you_type = 1;
|
||||
angle_unit = 1;
|
||||
number_base = 10;
|
||||
min_deci = 0;
|
||||
|
||||
Reference in New Issue
Block a user