zop to char.

This commit is contained in:
Ivan Malison 2015-06-15 05:06:26 -07:00
parent 628f046fee
commit 5b0d6c3524

View File

@ -574,6 +574,11 @@ The current directory is assumed to be the project's root otherwise."
(recentf-mode 1)
(setq recentf-max-menu-items 500)))
(use-package zop-to-char
:ensure t
:demand t
:bind ("M-z" . zop-to-char))
;; =============================================================================
;; Non-Programming Stuff
;; =============================================================================