From ccfa9209a00166a19071e6b6f7256e63eea6dddc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 27 Oct 2018 11:36:08 -0200 Subject: Stop using keychord-mode --- spacemacs.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index 8459a5a..d399693 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -747,12 +747,12 @@ This is the place where most of your configurations should be done. Unless it is (setq org-export-allow-bind-keywords t) (setq org-html-postamble t) - (require 'key-chord) - (key-chord-mode 1) - (key-chord-define-global "qw" 'save-buffer) - (key-chord-define-global "qe" (lambda () - (interactive) - (save-some-buffers 1))) + ;; (require 'key-chord) + ;; (key-chord-mode 1) + ;; (key-chord-define-global "qw" 'save-buffer) + ;; (key-chord-define-global "qe" (lambda () + ;; (interactive) + ;; (save-some-buffers 1))) (defun git-link-savannah (hostname dirname filename _branch commit start _end) -- cgit v1.2.3