diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-05 23:43:29 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-05 23:43:29 +0100 |
| commit | 5c1c00c686d73f3cf8704bde534a474154282f10 (patch) | |
| tree | f0a30622377409b0a7bc4d57c7e9b9085d799959 | |
| parent | d0b066533629c90fedba203fc09255028634328e (diff) | |
Add additional dired font lock rules
| -rw-r--r-- | emacs-config.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 0ccbdd0..72d0de2 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1859,3 +1859,10 @@ Emacs extension to increase selected region by semantic units. (use-package expand-region :bind ("C-=" . er/expand-region)) #+end_src +** Dired Font Lock +https://github.com/purcell/diredfl +Extra Emacs font lock rules for a more colourful dired. +#+begin_src elisp + (use-package "diredfl" + :config (diredfl-global-mode)) +#+end_src |
