This commit is contained in:
Grisha Shipunov 2025-06-10 10:39:13 +02:00
parent b2e3e7505c
commit 4d98d0f412
2 changed files with 75 additions and 69 deletions

View file

@ -1,3 +1,6 @@
;;; -*- lexical-binding: t -*-
(add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp"))
;; supress nativecomp warnings
(setq native-comp-async-report-warnings-errors 'silent)