Doppeltes Laden vom on_start.lsp entfernt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user