<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.emacs.d/includes/findr.el</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -155,9 +155,9 @@ exec-to-string command, but it works and seems fast&quot;
                                   'flymake-display-err-menu-for-current-line)
                    (flymake-mode t))))))
 
-(eval-after-load 'haml-mode
-  (if (functionp 'whitespace-mode)
-      (add-hook 'haml-mode-hook 'whitespace-mode)))
+;;(eval-after-load 'haml-mode
+  ;;(if (functionp 'whitespace-mode)
+   ;;   (add-hook 'haml-mode-hook 'whitespace-mode)))
 
 ;; TODO: set up ri
 ;; TODO: electric
@@ -257,15 +257,6 @@ exec-to-string command, but it works and seems fast&quot;
  '(twit-user &quot;&quot;))
 
 
-(custom-set-faces
-  ;; custom-set-faces was added by Custom.
-  ;; If you edit it by hand, you could mess it up, so be careful.
-  ;; Your init file should contain only one such instance.
-  ;; If there is more than one, they won't work right.
- '(default ((t (:inherit nil :stipple nil :background &quot;black&quot; :foreground &quot;#F8F8F8&quot; :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 117 :width normal :foundry &quot;unknown&quot; :family &quot;DejaVu Sans Mono&quot;))))
- '(bm-persistent-face ((((class color) (background light)) (:background &quot;MistyRose&quot; :foreground &quot;Black&quot;))))
- '(font-lock-comment-face ((((class color) (min-colors 88) (background light)) (:foreground &quot;grey64&quot; :slant italic :family &quot;-*-helvetica-medium-*-*-*-12-*-*-*-*-*-*-*&quot;)))))
-
 
 ; Configurando o sistema de backup do Emacs
 (setq backup-by-copying t               ; don't clobber symlinks
@@ -326,5 +317,13 @@ exec-to-string command, but it works and seems fast&quot;
 (global-set-key &quot;\M-r&quot; 'query-replace)
 (global-set-key &quot;\M-w&quot; 'ido-switch-buffer)
 
+(autoload 'findr &quot;findr&quot; &quot;Find file name.&quot; t)
+(define-key global-map [(meta control S)] 'findr)
+
+(autoload 'findr-search &quot;findr&quot; &quot;Find text in files.&quot; t)
+(define-key global-map [(meta control s)] 'findr-search)
+
+(autoload 'findr-query-replace &quot;findr&quot; &quot;Replace text in files.&quot; t)
+(define-key global-map [(meta control r)] 'findr-query-replace)
 
 ;(define-key shell-mode-map &quot;\C-c\C-a&quot; 'autotest-switch)</diff>
      <filename>.emacs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>089c1c7e82d488091a7f6d2664cb6a9ad1c8dcb7</id>
    </parent>
  </parents>
  <author>
    <name>Marcos Augusto</name>
    <email>x@nofxx.com</email>
  </author>
  <url>http://github.com/tchandy/emacs-rails/commit/f55f76975320f21c88966d875cf6f1b02a62d134</url>
  <id>f55f76975320f21c88966d875cf6f1b02a62d134</id>
  <committed-date>2009-03-06T11:23:41-08:00</committed-date>
  <authored-date>2009-03-06T11:23:41-08:00</authored-date>
  <message>findr... really cool.. C-M-r</message>
  <tree>a26e6b932d44b3fdbe97db688b813386a099d12b</tree>
  <committer>
    <name>Marcos Augusto</name>
    <email>x@nofxx.com</email>
  </committer>
</commit>
