From f75a5ad0b1497a1787f53fab9485e57ebaacb592 Mon Sep 17 00:00:00 2001 From: Michael Stangl Date: Mon, 15 Jun 2026 16:09:02 +0200 Subject: [PATCH] Doppeltes Laden vom on_start.lsp entfernt --- bin/on_start.lsp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bin/on_start.lsp b/bin/on_start.lsp index 8724a73..ec06ca9 100644 --- a/bin/on_start.lsp +++ b/bin/on_start.lsp @@ -110,18 +110,6 @@ ;; DBLCLKEDIT deaktivieren (Block-Editor nicht bei Doppelklick oeffnen) (setvar "DBLCLKEDIT" 0) - ;; LSP-Erweiterungen laden (KreiselInsert, OmniModulInsert) - (foreach lsp-fb (list "KreiselInsert" "OmniModulInsert") - (setq lsp-fb-pfad (strcat lisp-pfad "/" lsp-fb ".lsp")) - (if (findfile lsp-fb-pfad) - (progn - (ssg-lib-safe-load lsp-fb-pfad) - (dbgmsg (strcat "[LOAD] geladen: " lsp-fb ".lsp")) - (princ (strcat "\n[SSG_LIB] Geladen: " lsp-fb ".lsp")) - ) - (dbgmsg (strcat "[LOAD] nicht gefunden: " lsp-fb ".lsp")) - ) - ) (dbgflush) (ssg-lib-register-check)