mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-04-18 17:01:23 +00:00
5 lines
215 B
EmacsLisp
5 lines
215 B
EmacsLisp
;;; 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))))
|