refactor major
This commit is contained in:
@@ -7,25 +7,17 @@
|
|||||||
;;
|
;;
|
||||||
;; More information about these modules (and what flags they support) can be
|
;; More information about these modules (and what flags they support) can be
|
||||||
;; found in modules/README.org.
|
;; found in modules/README.org.
|
||||||
(doom! :private
|
(doom! :input
|
||||||
;;(oreoline)
|
|
||||||
bindings
|
|
||||||
gentemplate
|
|
||||||
narrow
|
|
||||||
completion
|
|
||||||
;; (ocaml +lsp)
|
|
||||||
;; (rss +elfeed)
|
|
||||||
|
|
||||||
:input
|
|
||||||
;;chinese
|
;;chinese
|
||||||
;;japanese
|
;;japanese
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
(company +childframe) ; the ultimate code completion backend
|
(company +childframe) ; the ultimate code completion backend
|
||||||
;;(ivy
|
(ivy
|
||||||
;; +fuzzy
|
+fuzzy
|
||||||
;; +icons) ; a search engine for love and life
|
+icons) ; a search engine for love and life
|
||||||
;;helm ; the *other* search engine for love and life
|
;;(helm
|
||||||
|
;; +fuzzy) ; the *other* search engine for love and life
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
@@ -51,11 +43,11 @@
|
|||||||
vc-gutter ; vcs diff in the fringe
|
vc-gutter ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
window-select ; visually switch windows
|
window-select ; visually switch windows
|
||||||
;;workspaces ; tab emulation, persistence & separate workspaces
|
workspaces ; tab emulation, persistence & separate workspaces
|
||||||
zen
|
zen
|
||||||
|
|
||||||
:editor
|
:editor
|
||||||
(evil +everywhere); come to the dark side, we have cookies
|
evil +everywhere); come to the dark side, we have cookies
|
||||||
file-templates ; auto-snippets for empty files
|
file-templates ; auto-snippets for empty files
|
||||||
fold ; (nigh) universal code folding
|
fold ; (nigh) universal code folding
|
||||||
(format) ; automated prettiness
|
(format) ; automated prettiness
|
||||||
@@ -185,7 +177,16 @@
|
|||||||
;; The default module sets reasonable defaults for Emacs. It also
|
;; The default module sets reasonable defaults for Emacs. It also
|
||||||
;; provides a Spacemacs-inspired keybinding scheme and a smartparens
|
;; provides a Spacemacs-inspired keybinding scheme and a smartparens
|
||||||
;; config. Use it as a reference for your own modules.
|
;; config. Use it as a reference for your own modules.
|
||||||
(default +smartparens))
|
(default +bindings +smartparens)
|
||||||
|
:private
|
||||||
|
;;(oreoline)
|
||||||
|
;;bindings
|
||||||
|
gentemplate
|
||||||
|
narrow
|
||||||
|
;;completion
|
||||||
|
;; (ocaml +lsp)
|
||||||
|
;; (rss +elfeed)
|
||||||
|
)
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|||||||
Reference in New Issue
Block a user