[emacs] Moving back to company and clean up python
This commit is contained in:
@ -25,6 +25,8 @@
|
|||||||
(advice-add 'org-agenda :before #'vulpea-agenda-files-update)
|
(advice-add 'org-agenda :before #'vulpea-agenda-files-update)
|
||||||
(advice-add 'org-todo-list :before #'vulpea-agenda-files-update)
|
(advice-add 'org-todo-list :before #'vulpea-agenda-files-update)
|
||||||
|
|
||||||
|
(setq +format-on-save-disabled-modes (add-to-list '+format-on-save-disabled-modes 'typescript-mode))
|
||||||
|
|
||||||
(map! ;; Easier window movement
|
(map! ;; Easier window movement
|
||||||
:n "C-h" 'evil-window-left
|
:n "C-h" 'evil-window-left
|
||||||
:n "C-j" 'evil-window-down
|
:n "C-j" 'evil-window-down
|
||||||
|
|||||||
@ -21,10 +21,10 @@
|
|||||||
;;layout ; auie,ctsrnm is the superior home row
|
;;layout ; auie,ctsrnm is the superior home row
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
;;(company +fuzzy) ; the ultimate code completion backend
|
(company +fuzzy) ; the ultimate code completion backend
|
||||||
;;helm ; the *other* search engine for love and life
|
;;helm ; the *other* search engine for love and life
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
(ivy +fuzzy) ; a search engine for love and life
|
;;(ivy +fuzzy) ; a search engine for love and life
|
||||||
vertico ; the search engine of the future
|
vertico ; the search engine of the future
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
@ -165,7 +165,10 @@
|
|||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
(python +lsp +pyright) ; beautiful is better than ugly
|
(python
|
||||||
|
+poetry
|
||||||
|
+lsp
|
||||||
|
+pyright) ; beautiful is better than ugly
|
||||||
;;qt ; the 'cutest' gui framework ever
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
;;raku ; the artist formerly known as perl6
|
;;raku ; the artist formerly known as perl6
|
||||||
|
|||||||
Reference in New Issue
Block a user