fixing tab
This commit is contained in:
parent
56611ce8ec
commit
066b7b6ca7
2 changed files with 11 additions and 9 deletions
|
@ -504,6 +504,7 @@
|
|||
(setq sly-complete-symbol-function 'sly-flex-completions))
|
||||
|
||||
(map! :map corfu-map [escape] 'corfu-quit)
|
||||
(setq tab-always-indent t)
|
||||
|
||||
;; cl-collider cl-patterns emacs helpers TODO: test this
|
||||
(after! lisp-mode
|
||||
|
@ -536,3 +537,5 @@
|
|||
|
||||
;; remove org agenda from the splash screen
|
||||
(assoc-delete-all "Open org-agenda" +doom-dashboard-menu-sections)
|
||||
|
||||
(setq +tree-sitter-hl-enabled-modes t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue