diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-24 09:24:35 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-24 09:24:36 +0200 |
| commit | 35fd25af9bbcce84908101a9f487ba106a8d6df7 (patch) | |
| tree | feec70ff9602f9a8d36c53384ca5740fe55c5439 /gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch | |
| parent | 4f35ff1275e05be31f5d41464ccf147e9dbfd016 (diff) | |
| parent | cdbd81ce144f17644ceebd3d08723aa244696a05 (diff) | |
Merge branch 'emacs-team'
Diffstat (limited to 'gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch')
| -rw-r--r-- | gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch b/gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch new file mode 100644 index 0000000000..2c6b14e0aa --- /dev/null +++ b/gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch @@ -0,0 +1,21 @@ +From 24b8d5b63e347bd4cdcf79bf897fc0097fa20fc7 Mon Sep 17 00:00:00 2001 +From: Michael Wernthaler <michael.wernthaler@posteo.de> +Date: Thu, 22 Jul 2021 11:27:31 +0200 +Subject: [PATCH] Fixed icon for .rs-files + +--- + all-the-icons.el | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/all-the-icons.el b/all-the-icons.el +index e1f4cb7695..3399906cfb 100644 +--- a/all-the-icons.el ++++ b/all-the-icons.el +@@ -194,7 +194,6 @@ + ("r" all-the-icons-fileicon "R" :face all-the-icons-lblue) + ("rd" all-the-icons-fileicon "R" :face all-the-icons-lblue) + ("rdx" all-the-icons-fileicon "R" :face all-the-icons-lblue) +- ("rs" all-the-icons-fileicon "R" :face all-the-icons-lblue) + ("rsx" all-the-icons-fileicon "R" :face all-the-icons-lblue) + ;; There seems to be a a bug with this font icon which does not + ;; let you propertise it without it reverting to being a lower |
