summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/all-the-icons-dired.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/.emacs.d/lisp/all-the-icons-dired.el b/.emacs.d/lisp/all-the-icons-dired.el
index babaff5..d2a8763 100644
--- a/.emacs.d/lisp/all-the-icons-dired.el
+++ b/.emacs.d/lisp/all-the-icons-dired.el
@@ -1,12 +1,10 @@
;;; all-the-icons-dired.el --- Shows icons for each file in dired mode -*- lexical-binding: t; -*-
-
-
-
+;customized from https://github.com/jtbm37/all-the-icons-dired
;;; Code:
(require 'cl-lib)
(require 'dired)
-(require 'all-the-icons)
+
(defface all-the-icons-dired-dir-face
'((((background dark)) :foreground "white")