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
|
||||
auto-save-default nil)
|
||||
|
||||
(with-eval-after-load 'eglot
|
||||
(setq eglot-code-action-indications nil))
|
||||
|
||||
;; keys
|
||||
(global-set-key (kbd "C-c C-c") 'comment-line)
|
||||
|
||||
|
|
@ -33,6 +36,8 @@
|
|||
:config
|
||||
(global-undo-tree-mode))
|
||||
|
||||
(use-package markdown-mode)
|
||||
|
||||
(use-package evil
|
||||
:config
|
||||
(evil-mode 1))
|
||||
|
|
@ -56,7 +61,7 @@
|
|||
|
||||
(use-package tree-sitter-langs
|
||||
:config
|
||||
(global-undo-tree-mode))
|
||||
(global-tree-sitter-mode))
|
||||
|
||||
;; window-management
|
||||
(use-package zoom-window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue