about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/data/data-alltheicons.el
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/data/data-alltheicons.el')
-rw-r--r--configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/data/data-alltheicons.el70
1 files changed, 0 insertions, 70 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/data/data-alltheicons.el b/configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/data/data-alltheicons.el
deleted file mode 100644
index 3322500f19..0000000000
--- a/configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/data/data-alltheicons.el
+++ /dev/null
@@ -1,70 +0,0 @@
-(defvar all-the-icons-data/alltheicons-alist
-  '(
-
-    ( "apache"             . "\xe909" )
-    ( "atom"               . "\xe917" )
-    ( "aws"                . "\xe90c" )
-    ( "bower"              . "\xe918" )
-    ( "c"                  . "\xe915" )
-    ( "c-line"             . "\xe90f" )
-    ( "clojure"            . "\xe919" )
-    ( "clojure-line"       . "\xe91a" )
-    ( "coffeescript"       . "\xe914" )
-    ( "cplusplus"          . "\xe913" )
-    ( "cplusplus-line"     . "\xe910" )
-    ( "csharp"             . "\xe911" )
-    ( "csharp-line"        . "\xe912" )
-    ( "css3"               . "\xe91b" )
-    ( "css3-alt"           . "\xe91c" )
-    ( "d3"                 . "\xe90e" )
-    ( "dlang"              . "\xe935" )
-    ( "elixir"             . "\xe936" )
-    ( "erlang"             . "\xe934" )
-    ( "git"                . "\xe907" )
-    ( "go"                 . "\xe91d" )
-    ( "google-drive"       . "\xe91e" )
-    ( "grunt"              . "\xe90d" )
-    ( "grunt-line"         . "\xe91f" )
-    ( "gulp"               . "\xe920" )
-    ( "haskell"            . "\xe921" )
-    ( "html5"              . "\xe932" )
-    ( "jasmine"            . "\xe904" )
-    ( "java"               . "\xe922" )
-    ( "javascript"         . "\xe906" )
-    ( "javascript-badge"   . "\xe923" )
-    ( "javascript-shield"  . "\xe924" )
-    ( "less"               . "\xe90b" )
-    ( "nginx"              . "\xe933" )
-    ( "nodejs"             . "\xe925" )
-    ( "perl"               . "\xe905" )
-    ( "perldocs"           . "\xe926" )
-    ( "postgresql"         . "\xe938" )
-    ( "prolog"             . "\xe927" )
-    ( "python"             . "\xe928" )
-    ( "react"              . "\xe929" )
-    ( "ruby"               . "\xe92a" )
-    ( "ruby-alt"           . "\xe92b" )
-    ( "rust"               . "\xe92c" )
-    ( "sass"               . "\xe92d" )
-    ( "scala"              . "\xe908" )
-    ( "script"             . "\xe90a" )
-    ( "spring"             . "\xe937" )
-    ( "stylus"             . "\xe92e" )
-    ( "svg"                . "\xe903" )
-    ( "swift"              . "\xe92f" )
-    ( "terminal"           . "\xe930" )
-    ( "terminal-alt"       . "\xe931" )
-    ( "battery-charging"   . "\xe939" )
-
-    ( "arrow-left"  . "\xe93a" )
-    ( "arrow-right" . "\xe93b" )
-    ( "cup-left"    . "\xe93c" )
-    ( "cup-right"   . "\xe93d" )
-    ( "slant-left"  . "\xe93e" )
-    ( "slant-right" . "\xe93f" )
-    ( "wave-left"   . "\xe940" )
-    ( "wave-right"  . "\xe941" )
-
-    ))
-
-(provide 'data-alltheicons)