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;
|
recommendedGcSettings = true;
|
||||||
|
|
||||||
prelude = let
|
prelude = ''
|
||||||
fontSize = if pkgs.stdenv.isDarwin then "15" else "14";
|
|
||||||
emacsFont = ''
|
|
||||||
(when window-system
|
|
||||||
(set-frame-font "Hack ${fontSize}"))
|
|
||||||
'';
|
|
||||||
in emacsFont + ''
|
|
||||||
(require 'bind-key)
|
(require 'bind-key)
|
||||||
|
|
||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t)
|
||||||
|
|
Loading…
Reference in New Issue