From 273c0557c2e3d935260c5479a319228a5e9dbcc1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 7 May 2014 23:01:13 -0400 Subject: Fix typo in dired comment --- lisp/init-dired.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/init-dired.el b/lisp/init-dired.el index 597df4c..9b401ff 100644 --- a/lisp/init-dired.el +++ b/lisp/init-dired.el @@ -2,9 +2,8 @@ (require 'dired-x) -;; .git is present as part of `dired-omit-extensions', but this -;; seems to only be taken into account if the a non-exension part -;; exists. +;; .git is present as part of `dired-omit-extensions', but this seems to +;; only be taken into account if a non-exension part exists. (setq dired-omit-files (concat dired-omit-files "\\|\\.git$\\|\\.gitignore$\\|__pycache__")) -- cgit v1.2.3