feat: add combos

This commit is contained in:
Bastien Riviere 2024-04-24 15:52:41 +02:00
parent 93d831512a
commit 0451100e33
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
3 changed files with 102 additions and 3 deletions

View file

@ -1 +1,5 @@
((auto-mode-alist . (("\\.keymap\\'" . c-mode))))
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((auto-mode-alist . (("\\.keymap\\'" . c-mode)))
(c-mode . ((tab-width . 4))))