Switch back to helm
This commit is contained in:
@ -11,18 +11,18 @@
|
|||||||
workspaces ; tab emulation, persistence & separate workspaces
|
workspaces ; tab emulation, persistence & separate workspaces
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
(ivy +fuzzy) ; a search engine for love and life
|
;;(ivy +fuzzy) ; a search engine for love and life
|
||||||
company ; the ultimate code completion backend
|
company ; the ultimate code completion backend
|
||||||
;;(helm +fuzzy)
|
(helm +fuzzy)
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
;;deft ; notational velocity for Emacs
|
;;deft ; notational velocity for Emacs
|
||||||
doom ; what makes DOOM look the way it does
|
doom ; what makes DOOM look the way it does
|
||||||
doom-dashboard ; a nifty splash screen for Emacs
|
doom-dashboard ; a nifty splash screen for Emacs
|
||||||
;;doom-quit ; DOOM quit-message prompts when you quit Emacs
|
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||||
evil-goggles ; display visual hints when editing in evil
|
evil-goggles ; display visual hints when editing in evil
|
||||||
fci ; a `fill-column' indicator
|
;;fill-column ; a `fill-column' indicator
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE tags
|
hl-todo ; highlight TODO/FIXME/NOTE tags
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
nav-flash ; blink the current line after jumping
|
nav-flash ; blink the current line after jumping
|
||||||
|
|||||||
@ -2,5 +2,6 @@ function doomu
|
|||||||
cd ~/.emacs.d/
|
cd ~/.emacs.d/
|
||||||
./bin/doom clean
|
./bin/doom clean
|
||||||
./bin/doom update --no-ask
|
./bin/doom update --no-ask
|
||||||
|
./bin/doom upgrade --no-ask
|
||||||
./bin/doom compile :core lang/python --no-ask
|
./bin/doom compile :core lang/python --no-ask
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
ignore = E226,E302,E41,E0202,E1101
|
ignore = E226,E302,E41,E0202,E1101,W503
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
statistics = True
|
statistics = True
|
||||||
|
|||||||
Reference in New Issue
Block a user