From 5b0d6c35242286267c7f616f1d6efd0db8c459fd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Jun 2015 05:06:26 -0700 Subject: [PATCH] zop to char. --- dotfiles/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 50d0b413..549ca5d6 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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 ;; =============================================================================