Skip to content

Commit

Permalink
add Emacs icon for .el and org-mode for .org
Browse files Browse the repository at this point in the history
  • Loading branch information
IntrepidCurmudgeon committed May 16, 2023
1 parent c697d06 commit bc907f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"ebuild" => '\u{f30d}', // 
"editorconfig" => '\u{e615}', // 
"ejs" => '\u{e618}', // 
"el" => '\u{e632}', // 
"elm" => '\u{e62c}', // 
"env" => '\u{f462}', // 
"eot" => '\u{f031}', // 
Expand Down Expand Up @@ -267,6 +268,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"odt" => '\u{f1c2}', // 
"ogg" => '\u{f001}', // 
"ogv" => '\u{f03d}', // 
"org" => '\u{e633}', // 
"otf" => '\u{f031}', // 
"part" => '\u{f43a}', // 
"patch" => '\u{f440}', // 
Expand Down

0 comments on commit bc907f6

Please sign in to comment.