fixes
This commit is contained in:
parent
64121ae498
commit
aeb411bab3
1 changed files with 6 additions and 1 deletions
7
init.el
7
init.el
|
|
@ -12,6 +12,9 @@
|
||||||
(setq make-backup-files nil
|
(setq make-backup-files nil
|
||||||
auto-save-default nil)
|
auto-save-default nil)
|
||||||
|
|
||||||
|
(with-eval-after-load 'eglot
|
||||||
|
(setq eglot-code-action-indications nil))
|
||||||
|
|
||||||
;; keys
|
;; keys
|
||||||
(global-set-key (kbd "C-c C-c") 'comment-line)
|
(global-set-key (kbd "C-c C-c") 'comment-line)
|
||||||
|
|
||||||
|
|
@ -33,6 +36,8 @@
|
||||||
:config
|
:config
|
||||||
(global-undo-tree-mode))
|
(global-undo-tree-mode))
|
||||||
|
|
||||||
|
(use-package markdown-mode)
|
||||||
|
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:config
|
:config
|
||||||
(evil-mode 1))
|
(evil-mode 1))
|
||||||
|
|
@ -56,7 +61,7 @@
|
||||||
|
|
||||||
(use-package tree-sitter-langs
|
(use-package tree-sitter-langs
|
||||||
:config
|
:config
|
||||||
(global-undo-tree-mode))
|
(global-tree-sitter-mode))
|
||||||
|
|
||||||
;; window-management
|
;; window-management
|
||||||
(use-package zoom-window
|
(use-package zoom-window
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue