Skip to content

Commit

Permalink
Fix full-ack
Browse files Browse the repository at this point in the history
  • Loading branch information
beatletech committed Aug 3, 2011
1 parent 8904592 commit 731f369
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 3 deletions.
5 changes: 3 additions & 2 deletions custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
;; 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.
'(scss-compile-at-save nil)
'(speedbar-show-unknown-files t)
'(speedbar-supported-extension-expressions (quote (".org" ".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?" ".el" ".emacs" ".l" ".lsp" ".p" ".java" ".js" ".f\\(90\\|77\\|or\\)?" ".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" ".g" ".s?html" ".ma?k" "[Mm]akefile\\(\\.in\\)?" ".clj" ".rb" ".erb" ".php")))
'(speedbar-use-images nil)
'(speedbar-verbosity-level 1)
'(sr-speedbar-auto-refresh nil)
'(sr-speedbar-delete-windows nil)
'(sr-speedbar-right-side nil)
'(sr-speedbar-skip-other-window-p t)
'(sr-speedbar-width-x 36))
'(sr-speedbar-skip-other-window-p nil)
'(sr-speedbar-width-x 32))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
Expand Down
2 changes: 1 addition & 1 deletion starter-kit/starter-kit-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'css-mode
'elein
'find-file-in-project
'full-ack
;;'full-ack
'gist
'haml-mode
'idle-highlight
Expand Down
Loading

0 comments on commit 731f369

Please sign in to comment.