changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: prep for hacking dir-locals

changeset 673: e052bac27cec
parent 672: e14805b2f02f
child 674: 11976903a3a3
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 21:51:49 -0400
files: emacs/lib/sk.el
description: prep for hacking dir-locals
     1.1--- a/emacs/lib/sk.el	Mon Sep 23 21:36:33 2024 -0400
     1.2+++ b/emacs/lib/sk.el	Mon Sep 23 21:51:49 2024 -0400
     1.3@@ -150,6 +150,12 @@
     1.4   (add-to-list 'auto-mode-alist '("skelfile" . skel-mode))
     1.5   (add-to-list 'auto-mode-alist '("\\.sk" . skel-mode)))
     1.6 
     1.7+(defun skel-dir-local--get-variables ()
     1.8+  "Compute and return the list of :DIR-LOCAL bindings found in the current
     1.9+project's skelfile, if any. Typically added to
    1.10+`hack-dir-local--get-variables'."
    1.11+  )
    1.12+
    1.13 (provide 'skel)
    1.14 (provide 'sk)
    1.15 ;;; sk.el ends here