remove hack font from emacs
Signed-off-by: Xe Iaso <xe@tailscale.com>
This commit is contained in:
parent
2df56a07f2
commit
538a71651b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue