config/doom: enable dired extensions
This commit is contained in:
parent
3af285ac53
commit
fd03a2433a
|
@ -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)
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue