config/doom: enable dired extensions

This commit is contained in:
xeruf 2021-10-13 21:08:49 +02:00
parent 3af285ac53
commit fd03a2433a
3 changed files with 2 additions and 8 deletions

View File

@ -381,7 +381,6 @@ Version 2019-11-04 2021-02-16"
) )
(after! dired (after! dired
;; Make dired open certain file types externally when pressing RET on a file https://pastebin.com/8QWYpCA2 ;; Make dired open certain file types externally when pressing RET on a file https://pastebin.com/8QWYpCA2
;; Alternative: https://www.emacswiki.org/emacs/OpenWith ;; Alternative: https://www.emacswiki.org/emacs/OpenWith
(defvar unsupported-mime-types (defvar unsupported-mime-types
@ -427,9 +426,6 @@ Version 2019-11-04 2021-02-16"
) )
(use-package! dired-icon
:hook dired-mode)
(after! spell-fu (after! spell-fu
(remove-hook 'text-mode-hook #'spell-fu-mode) (remove-hook 'text-mode-hook #'spell-fu-mode)
) )

View File

@ -65,7 +65,7 @@
word-wrap ; soft wrapping with language-aware indent word-wrap ; soft wrapping with language-aware indent
:emacs :emacs
dired ; making dired pretty [functional] (dired +icons +ranger) ; making dired pretty [functional]
electric ; smarter, keyword-based electric-indent electric ; smarter, keyword-based electric-indent
ibuffer ; interactive buffer management ibuffer ; interactive buffer management
undo ; persistent, smarter undo for your inevitable mistakes undo ; persistent, smarter undo for your inevitable mistakes

View File

@ -61,9 +61,7 @@
;(package! evil-better-visual-line) ; not sure if this actually helps ;(package! evil-better-visual-line) ; not sure if this actually helps
(package! visual-fill-column) ; Soft line wrapping at character count (package! visual-fill-column) ; Soft line wrapping at character count
(package! dired-icon) (package! activity-watch-mode) ; eagle eyes
(package! activity-watch-mode)
(package! togetherly) ; Collaborative editing (package! togetherly) ; Collaborative editing
(package! direnv) ; directory-local environment for haskell-nix things (package! direnv) ; directory-local environment for haskell-nix things