mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 11:02:30 +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))))
|