diff --git a/font-patcher b/font-patcher
index 7d063ab247b..442273defc2 100755
--- a/font-patcher
+++ b/font-patcher
@@ -588,7 +588,7 @@ class font_patcher:
# Define the character ranges
# Symbol font ranges
self.patch_set = [
- {'Enabled': True, 'Name': "Seti-UI + Custom", 'Filename': "original-source.otf", 'Exact': False, 'SymStart': 0xE4FA, 'SymEnd': 0xE531, 'SrcStart': 0xE5FA, 'SrcEnd': 0xE631, 'ScaleGlyph': None, 'Attributes': SYM_ATTR_DEFAULT},
+ {'Enabled': True, 'Name': "Seti-UI + Custom", 'Filename': "original-source.otf", 'Exact': False, 'SymStart': 0xE4FA, 'SymEnd': 0xE533, 'SrcStart': 0xE5FA, 'SrcEnd': 0xE633, 'ScaleGlyph': None, 'Attributes': SYM_ATTR_DEFAULT},
{'Enabled': True, 'Name': "Devicons", 'Filename': "devicons.ttf", 'Exact': False, 'SymStart': 0xE600, 'SymEnd': 0xE6C5, 'SrcStart': 0xE700, 'SrcEnd': 0xE7C5, 'ScaleGlyph': DEVI_SCALE_LIST, 'Attributes': SYM_ATTR_DEFAULT},
{'Enabled': self.args.powerline, 'Name': "Powerline Symbols", 'Filename': "powerline-symbols/PowerlineSymbols.otf", 'Exact': True, 'SymStart': 0xE0A0, 'SymEnd': 0xE0A2, 'SrcStart': None, 'SrcEnd': None, 'ScaleGlyph': None, 'Attributes': SYM_ATTR_POWERLINE},
{'Enabled': self.args.powerline, 'Name': "Powerline Symbols", 'Filename': "powerline-symbols/PowerlineSymbols.otf", 'Exact': True, 'SymStart': 0xE0B0, 'SymEnd': 0xE0B3, 'SrcStart': None, 'SrcEnd': None, 'ScaleGlyph': None, 'Attributes': SYM_ATTR_POWERLINE},
diff --git a/src/glyphs/original-source.otf b/src/glyphs/original-source.otf
index 92b0b967537..e937f44d819 100644
Binary files a/src/glyphs/original-source.otf and b/src/glyphs/original-source.otf differ
diff --git a/src/svgs/emacs.svg b/src/svgs/emacs.svg
new file mode 100644
index 00000000000..ec59b2219be
--- /dev/null
+++ b/src/svgs/emacs.svg
@@ -0,0 +1,55 @@
+
+
+
+
diff --git a/src/svgs/orgmode.svg b/src/svgs/orgmode.svg
new file mode 100644
index 00000000000..47cbc4730c7
--- /dev/null
+++ b/src/svgs/orgmode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file