Guest User

Untitled

a guest
Jun 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ;dired stuff
  2. (add-hook 'dired-load-hook
  3. (function (lambda ()
  4. (load "dired-x")
  5. (setq dired-omit-files (concat dired-omit-files "\\|^\\..+$"))
  6. )))
Add Comment
Please, Sign In to add comment