weird load bug

This commit is contained in:
Grisha Shipunov 2025-06-10 10:44:45 +02:00
parent 4d98d0f412
commit 4b7e8d6a31
2 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,4 @@
;;; -*- lexical-binding: t -*- ;;; -*- lexical-binding: t -*-
(add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp"))
;; supress nativecomp warnings ;; supress nativecomp warnings
(setq native-comp-async-report-warnings-errors 'silent) (setq native-comp-async-report-warnings-errors 'silent)
@ -131,6 +129,6 @@
(quote (quote
(face tabs spaces trailing space-before-tab newline indentation empty space-after-tab tab-mark)))) (face tabs spaces trailing space-before-tab newline indentation empty space-after-tab tab-mark))))
(require 'packages) (load "~/.emacs.d/packages")

View file

@ -321,5 +321,3 @@
(c-mode . "linux") (c-mode . "linux")
(c++-mode . "llvm.org") (c++-mode . "llvm.org")
(other . "stroustrup")))) (other . "stroustrup"))))
(load "~/.emacs.d/packages")