ag supprt added

This commit is contained in:
Sameer Rahmani 2015-07-09 17:55:13 +04:30
parent 1120a7c023
commit 8b1a877905
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
(depends-on 'yasnippet)
(depends-on 'direx)
(depends-on 'popwin)
(depends-on 'ag)
;; TODO: Add flycheck-color-modebar
;; TODO Add flycheck-tip

View File

@ -80,10 +80,15 @@
(autoload 'direx "direx" "Simple code browser.")
(require 'popwin)
(popwin-mode t)
(push '(direx:direx-mode :position left :width 30 :dedicated t)
popwin:special-display-config)
(global-set-key (kbd "C-c q") 'direx-project:jump-to-project-root-other-window))
(ability fast-search ()
"Provides fast search ability via silver search"
(setq ag-reuse-window 't)
(setq ag-highlight-search t))
(ability indent-guide
"Show indent guides."
(indent-guide-global-mode)