diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 4a8b999..476ffef 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -197,6 +197,8 @@ Dired is the file manager within Emacs. Below, I setup keybindings for image pr | (in peep-dired-mode) peep-dired-prev-file | /Move to previous file in peep-dired-mode/ | k | #+begin_src emacs-lisp +(use-package all-the-icons-dired +:ensure t) (use-package dired-open :ensure t) (use-package peep-dired diff --git a/.emacs.d/emacs-dash.png b/.emacs.d/emacs-dash.png index dadef00..931758f 100644 Binary files a/.emacs.d/emacs-dash.png and b/.emacs.d/emacs-dash.png differ diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 67a3b13..511a7eb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -3,3 +3,16 @@ "config.org" user-emacs-directory)) +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages + '(all-the-icons-dired which-key vterm use-package toc-org projectile peep-dired org-bullets magit-todos magit-lfs ivy-rich ivy-posframe haskell-mode general evil-collection eshell-syntax-highlighting doom-themes doom-modeline dired-open dashboard counsel))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + )