dired-hide-dotfiles
dired-hide-dotfiles copied to clipboard
Hide dotfiles in dired.
Results
2
dired-hide-dotfiles issues
Sort by
recently updated
recently updated
newest added
```elisp (use-package dired :bind (:map dired-mode-map ("." . dired-omit-mode)) :config (setq dired-omit-files (rx (seq bol "."))) ;; To hide dot-files by default :hook (dired-mode . dired-omit-mode)) ```
When adding your suggested lines to my init.el I get the following warning from Emacs, and it fails to load the remainder of the init.el file: ``` ⛔ Warning (initialization):...