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

@ -2,15 +2,15 @@
;;; Commentary:
;;; Code:
(declare-function column-enforce-n 'column-enforce-mode (number))
(declare-function -> 'dash)
(declare-function lsp 'lsp-mode)
(declare-function yas--table-get-create 'yasnippet)
(declare-function yas--remove-template-by-uuid 'yasnippet)
(declare-function icejam-set-indent 'icejam-prog-mode)
(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point)
(eval-when-compile (defvar icejam-language-transient-alist))
(eval-when-compile
(declare-function column-enforce-n 'column-enforce-mode (number))
(declare-function -> 'dash)
(declare-function lsp 'lsp-mode)
(declare-function yas--table-get-create 'yasnippet)
(declare-function yas--remove-template-by-uuid 'yasnippet)
(declare-function icejam-set-indent 'icejam-prog-mode)
(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point)
(defvar icejam-language-transient-alist))
;; Only load the elixir-format from elixir mode.
(use-package elixir-format :defer t