diff options
author | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·33-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·45-0500 |
commit | 481df5a3855ccd5ea3bf4d5f41ae780f4773b7b4 (patch) | |
tree | 3aeb7e20eaba176536cb8d10ba531ac39674fc4a /configs/shared/emacs/.emacs.d/elpa/all-the-icons-20180125.1557/data/data-alltheicons.el | |
parent | 18b9930b8604134f087ca61fe94740b31f94327c (diff) |
Remove Emacs spam
My inconsistent git history-keeping is coming to bite me here. At the moment, I can only speculate about what went wrong here. The gist is this: I unintentionally committed files that were supposed to be ignored This commit removes those files which includes: - auto-save-list - elpa packages - quelpa packages - misc
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.el | 70 |
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 3322500f19e9..000000000000 --- 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) |