Skip to content

Commit

Permalink
[emacs] ace-jump fix: remove duplicate key
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Apr 9, 2015
1 parent 59dbec0 commit 1b63df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/init.el
Expand Up @@ -802,7 +802,7 @@ modified beforehand."
(setq ace-jump-mode-scope 'window
ace-jump-mode-case-fold nil
ace-jump-mode-move-keys
(string-to-list "htnsueoagccrlp.,;mwvzkjq'difybx/-\\@#)(+}]{![*=&$"))
(string-to-list "htnsueoagcrlp.,;mwvzkjq'difybx/-\\@#)(+}]{![*=&$"))

;;}}}
;;{{{ Copy/Kill
Expand Down

0 comments on commit 1b63df0

Please sign in to comment.