From d2ba5c4ebd3cfbbe39e48115cd28c2e9484c558c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 24 Jan 2019 14:14:57 +0100 Subject: emacs: quit character must be an ASCII MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was making the terminal version of GNU Emacs to fail. In the end, this was not needed, so we can remove it to avoid trouble. Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 2 -- 1 file changed, 2 deletions(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index dc4057b..83edab6 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -847,7 +847,6 @@ Now make sure that Evil is installed, and call the relevant configuration functi (use-package evil :ensure t :config - (add-hook 'evil-mode-hook 'mssola-evil) (evil-mode 1) @@ -855,7 +854,6 @@ Now make sure that Evil is installed, and call the relevant configuration functi ;; with one of the most sacred Emacs prefixes, I'm moving to C-z. (define-key key-translation-map (kbd "C-z") [escape]) (define-key evil-operator-state-map (kbd "C-z") 'keyboard-quit) - (set-quit-char "C-z") ;; Use the proper initial evil state for the following modes. (evil-set-initial-state 'help-mode 'normal) -- cgit v1.2.3