Sync Windows Config
This commit is contained in:
parent
d37b2702c9
commit
521c66bfd1
|
@ -486,6 +486,7 @@ M-x org-bable-tangle
|
||||||
;;(treemacs-resize-icons 44)
|
;;(treemacs-resize-icons 44)
|
||||||
|
|
||||||
(treemacs-follow-mode t)
|
(treemacs-follow-mode t)
|
||||||
|
(treemacs-tag-follow-mode t)
|
||||||
(treemacs-filewatch-mode t)
|
(treemacs-filewatch-mode t)
|
||||||
(treemacs-fringe-indicator-mode 'always)
|
(treemacs-fringe-indicator-mode 'always)
|
||||||
(when treemacs-python-executable
|
(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)
|
||||||
(add-hook 'c++-mode-hook 'lsp)
|
(add-hook 'c++-mode-hook 'lsp)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
***** Cmake
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package cmake-mode
|
||||||
|
:mode "CMakeLists.txt"
|
||||||
|
:hook (cmake-mode . lsp))
|
||||||
|
#+end_src
|
||||||
***** Python
|
***** Python
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package python-mode
|
(use-package python-mode
|
||||||
|
|
Loading…
Reference in a new issue