More config changes
Some checks failed
/ Test config on 20 (push) Failing after 57s

This commit is contained in:
Maciej 2025-01-18 21:09:06 +02:00
parent 118cf92a27
commit 87913bbd6a
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
14 changed files with 243 additions and 241 deletions

View file

@ -1,9 +1,11 @@
;;; languages/elisp -- summary -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(declare-function column-enforce-n 'column-enforce-mode (number))
(declare-function icejam-set-elisp-capfs 'icejam-complete-at-point)
(declare-function icejam-set-indent 'icejam-prog-mode)
(eval-when-compile
(declare-function column-enforce-n 'column-enforce-mode (number))
(declare-function icejam-set-elisp-capfs 'icejam-complete-at-point)
(declare-function icejam-set-indent 'icejam-prog-mode))
(add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode))