diff options
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 12 |
1 files changed, 6 insertions, 6 deletions
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) |