Skip to content
Snippets Groups Projects
Commit e3d8fced authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Un raccourci pour global-hl-line-mode

parent b10c7e8a
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,9 @@
(global-set-key (kbd "<f11>") 'delete-other-windows)
(global-set-key (kbd "S-<f11>") 'delete-window)
;; La surbrillance de la ligne courante
(global-set-key (kbd "<f10>") 'global-hl-line-mode)
;; Pour supprimer (ou mettre) company rapidement
(global-set-key (kbd "C-)") 'company-mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment