diff options
author | EuAndreh <eu@euandre.org> | 2018-10-27 11:36:08 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-10-27 11:36:08 -0200 |
commit | ccfa9209a00166a19071e6b6f7256e63eea6dddc (patch) | |
tree | 72f35e94fc7b387674e09f72c915db4b241f1d42 | |
parent | Remove spellchecking from emacs (diff) | |
download | dotfiles-ccfa9209a00166a19071e6b6f7256e63eea6dddc.tar.gz dotfiles-ccfa9209a00166a19071e6b6f7256e63eea6dddc.tar.xz |
Stop using keychord-mode
-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) |