Skip to content

Commit

Permalink
emacs.d/config/keybindings.el: set ace-jump-mode case insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnylamb committed Sep 3, 2016
1 parent 3aa91c0 commit c0508ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emacs.d/config/keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@

;; jumping around files
(use-package ace-jump-mode
:bind ("C-c SPC" . ace-jump-mode))
:bind ("C-c SPC" . ace-jump-mode)
:config
(setq ace-jump-mode-case-fold t))

;; mac stuff
(when 'jonny/is-mac
Expand Down

0 comments on commit c0508ed

Please sign in to comment.