From 044d2158844f1766a80e7328f42d0af076103f91 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Tue, 10 Aug 2021 11:40:47 -0400 Subject: [PATCH] Iosevka only --- README.org | 6 ------ modules/emacs.nix | 1 - modules/x11.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/README.org b/README.org index ca0443c..98a1ddc 100644 --- a/README.org +++ b/README.org @@ -1002,7 +1002,6 @@ X11, or X[fn:30] is the generic name for the X Window System Display Server. All fonts.fonts = with pkgs; [ iosevka-bin - fira-code-symbols emacs-all-the-icons-fonts ]; } @@ -2075,7 +2074,6 @@ epkgs.magit #+NAME: emacs-fonts-package #+BEGIN_SRC nix epkgs.hydra -epkgs.fira-code-mode #+END_SRC #+NAME: emacs-fonts-elisp @@ -2090,10 +2088,6 @@ epkgs.fira-code-mode ;; (set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 96) ;; (set-face-attribute 'variable-pitch nil :font "Iosevka" :height 96) -;; Enable the global minor-mode. -(require 'fira-code-mode) -(global-fira-code-mode) - ;; Define a `hydra' function for scaling the text interactively. (defhydra hydra-text-scale (:timeout 4) "Scale text" diff --git a/modules/emacs.nix b/modules/emacs.nix index e946334..f3f7352 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -39,7 +39,6 @@ let epkgs.vterm epkgs.magit epkgs.hydra - epkgs.fira-code-mode epkgs.elfeed epkgs.nix-mode epkgs.projectile diff --git a/modules/x11.nix b/modules/x11.nix index acf8339..341552b 100644 --- a/modules/x11.nix +++ b/modules/x11.nix @@ -34,7 +34,6 @@ fonts.fonts = with pkgs; [ iosevka-bin - fira-code-symbols emacs-all-the-icons-fonts ]; }