From 07fb5bc53349c9b9944b67d2b5d2d003203c8879 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 18 Jul 2013 12:28:52 +0900 Subject: [PATCH 1/2] show groups in dired --- emacs.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs.el b/emacs.el index 75ee8ee..b2330cf 100644 --- a/emacs.el +++ b/emacs.el @@ -1362,10 +1362,10 @@ If called intearctively, find word at point." (my-x-open (dired-get-filename t t))) (if (eq window-system 'mac) - (setq dired-listing-switches "-lhFG") - (setq dired-listing-switches "-lhFG --time-style=long-iso") + (setq dired-listing-switches "-lhF") + (setq dired-listing-switches "-lhF --time-style=long-iso") ) - (setq dired-listing-switches "-lhFG") + (setq dired-listing-switches "-lhF") (put 'dired-find-alternate-file 'disabled nil) ;; when using dired-find-alternate-file @@ -1431,7 +1431,7 @@ If called intearctively, find word at point." "https://raw.github.com/10sr/emacs-lisp/master/dired-list-all-mode.el" t) (lazy-load-eval 'dired-list-all-mode) - (setq dired-listing-switches "-lhFG") + (setq dired-listing-switches "-lhF") (add-hook 'dired-mode-hook (lambda () (define-key dired-mode-map "a" 'dired-list-all-mode) From e0c968d6e393c598728a2c4f450f878ab3c6b2c1 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 18 Jul 2013 23:21:18 +0900 Subject: [PATCH 2/2] fonts.conf add source code pro --- fonts.conf | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/fonts.conf b/fonts.conf index 833a32d..4238d83 100644 --- a/fonts.conf +++ b/fonts.conf @@ -5,31 +5,32 @@ - - serif - - DejaVu Serif - - - - serif - - monapo - - - - sans-serif - - DejaVu Sans - monapo - - - - monospace - - DejaVu Sans Mono - monapo - - + + serif + + DejaVu Serif + + + + serif + + monapo + + + + sans-serif + + DejaVu Sans + monapo + + + + monospace + + Source Code Pro + DejaVu Sans Mono + monapo + +