Skip to content

Commit

Permalink
Ag mode settings in Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias committed Aug 11, 2014
1 parent c07b2aa commit 5a2228a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emacs/.emacs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
;; This is your old M-x.
(global-set-key (kbd "C-c C-c M-x") 'execute-extended-command)

;;; ag settings
(setq ag-highlight-search t) ;; color highlights in search

;;; org mode settings

; borrowed from https://github.com/losingkeys/dotfiles/blob/master/.emacs
Expand Down

0 comments on commit 5a2228a

Please sign in to comment.