remove hack font from emacs

Signed-off-by: Xe Iaso <xe@tailscale.com>
This commit is contained in:
Xe Iaso 2022-12-09 12:53:10 -05:00
parent 2df56a07f2
commit 538a71651b
2 changed files with 1 additions and 7 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -25,13 +25,7 @@ in {
recommendedGcSettings = true;
prelude = let
fontSize = if pkgs.stdenv.isDarwin then "15" else "14";
emacsFont = ''
(when window-system
(set-frame-font "Hack ${fontSize}"))
'';
in emacsFont + ''
prelude = ''
(require 'bind-key)
(setq inhibit-startup-screen t)