From 5e71f82413bd4b52266ff47c18f437fa476053aa Mon Sep 17 00:00:00 2001 From: kj Date: Tue, 8 Dec 2020 15:36:26 -0400 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20atajo=20de=20tecla=20para=20reco?= =?UTF-8?q?mpila?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index da5c65d..b464abc 100644 --- a/init.el +++ b/init.el @@ -105,6 +105,7 @@ (powerline-default-theme) ;Habilitar powerline (esa línea bonita de abajo del editor) (global-hl-line-mode 1) ;Resaltar línea actual por defecto. (add-hook 'xref-backend-functions #'dumb-jump-xref-activate) ;Habilitar Jump to definition (M-.) +(global-set-key (kbd "C-") 'recompile) ;Desabilitar tabs y usar 2 espacios en su lugar (setq-default indent-tabs-mode nil) ;Cambiar tabs por espacios