Sync Windows Config

This commit is contained in:
Sakooooo 2023-09-30 14:04:56 +04:00 committed by GitHub
parent d37b2702c9
commit 521c66bfd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -486,6 +486,7 @@ M-x org-bable-tangle
;;(treemacs-resize-icons 44)
(treemacs-follow-mode t)
(treemacs-tag-follow-mode t)
(treemacs-filewatch-mode t)
(treemacs-fringe-indicator-mode 'always)
(when treemacs-python-executable
@ -584,6 +585,12 @@ make sure to setup authinfo
(add-hook 'c-mode-hook 'lsp)
(add-hook 'c++-mode-hook 'lsp)
#+end_src
***** Cmake
#+begin_src emacs-lisp
(use-package cmake-mode
:mode "CMakeLists.txt"
:hook (cmake-mode . lsp))
#+end_src
***** Python
#+begin_src emacs-lisp
(use-package python-mode