代码拉取完成,页面将自动刷新
; -*- lexical-binding: t -*-
(add-to-list 'load-path "~/.emacs.d/lisp/")
;; ;; Please set your themes directory to 'custom-theme-load-path
;; (add-to-list 'custom-theme-load-path
;; (file-name-as-directory "~/.emacs.d/package/theme/vscode"))
(require 'init-startup)
(require 'init-keybind)
(require 'init-elpa)
(require 'init-packages)
(require 'init-yas)
(require 'init-web)
(require 'init-php)
(require 'init-cc)
(require 'init-org)
(require 'init-dap)
(require 'init-git)
(defun config-gui()
"config for gui"
(message "Config for gui- Lsp:[lsp-bridge]")
;;(require 'init-lspmode)
(require 'init-lspmode)
)
(require 'init-ui)
(require 'init-bridge)
(require 'init-eglot)
(require 'init-tree)
(defun config-tui()
"config for tui"
(message "Config for tui- Lsp:[lsp-mode]")
;;(require 'init-lspmode) ;
)
(if (display-graphic-p)
(config-gui)
(config-tui))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(git-gutter:added-sign "☀")
'(git-gutter:deleted-sign "☂")
'(git-gutter:modified-sign "☁")
'(git-gutter:window-width 2)
'(package-selected-packages
'(perspective yasnippet standard-themes tree-sitter-langs tree-sitter apheleia writeroom-mode ivy-prescient yasnippet-snippets xclip which-key web-mode use-package typescript-mode toml-mode symbol-overlay smart-compile rustic rust-playground rime restart-emacs rainbow-delimiters php-mode org-bullets neotree multiple-cursors modern-cpp-font-lock magit lsp-ui lsp-ivy js2-mode iedit hungry-delete helm-lsp green-phosphor-theme go-mode expand-region exec-path-from-shell emmet-mode drag-stuff dashboard dap-mode crux counsel company-box cargo benchmark-init all-the-icons-dired)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。