tweak(doom): miscellaneous updates to init.el/config.el
This commit is contained in:
parent
930f7a0b86
commit
7ae02785b2
2 changed files with 69 additions and 67 deletions
|
@ -109,6 +109,7 @@
|
|||
;; '(evil-goggles-default-face ((t (:inherit 'highlight)))))
|
||||
|
||||
;; --- Nix ---
|
||||
;; FIXME: This should be done using :editor format
|
||||
(set-formatter! 'nixpkgs-fmt "nixpkgs-fmt" :modes '(nix-mode))
|
||||
|
||||
(defun infinidoge/nixpkgs-fmt-fix ()
|
||||
|
|
|
@ -14,16 +14,13 @@
|
|||
;; Alternatively, press 'gd' (or 'C-c c d') on a module to browse its
|
||||
;; directory (for easy access to its source code).
|
||||
|
||||
(doom! :input
|
||||
;;chinese
|
||||
;;japanese
|
||||
;;layout ; auie,ctsrnm is the superior home row
|
||||
|
||||
(doom!
|
||||
:completion
|
||||
company ; the ultimate code completion backend
|
||||
company ; the ultimate code completion backend TODO: Consider +childframe
|
||||
;;helm ; the *other* search engine for love and life
|
||||
;;ido ; the other *other* search engine...
|
||||
ivy ; a search engine for love and life
|
||||
(ivy +icons) ; a search engine for love and life TODO: Consider +childrame, +fuzzy, +prescient
|
||||
(vertico +icons)
|
||||
|
||||
:ui
|
||||
deft ; notational velocity for Emacs
|
||||
|
@ -41,7 +38,7 @@
|
|||
;;neotree ; a project drawer, like NERDTree for vim
|
||||
ophints ; highlight the region an operation acts on
|
||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||
(tabs +centaur-tabs) ; a tab bar for Emacs
|
||||
(tabs +centaur-tabs); a tab bar for Emacs
|
||||
treemacs ; a project drawer, like neotree but cooler
|
||||
unicode ; extended unicode support for various languages
|
||||
vc-gutter ; vcs diff in the fringe
|
||||
|
@ -51,24 +48,25 @@
|
|||
;;zen ; distraction-free coding or writing
|
||||
|
||||
: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
|
||||
fold ; (nigh) universal code folding
|
||||
(format +onsave) ; automated prettiness
|
||||
;;god ; run Emacs commands without modifier keys
|
||||
lispy ; vim for lisp, for people who don't like vim
|
||||
multiple-cursors ; editing in many places at once
|
||||
;;objed ; text object editing for the innocent
|
||||
;;parinfer ; turn lisp into python, sort of
|
||||
;;rotate-text ; cycle region at point between text candidates
|
||||
;;rotate-text ; cycle region at point between text candidates TODO: Consider enabling
|
||||
snippets ; my elves. They type so I don't have to
|
||||
;;word-wrap ; soft wrapping with language-aware indent
|
||||
|
||||
:emacs
|
||||
dired ; making dired pretty [functional]
|
||||
electric ; smarter, keyword-based electric-indent
|
||||
ibuffer ; interactive buffer management
|
||||
undo ; persistent, smarter undo for your inevitable mistakes
|
||||
(dired ; making dired pretty [functional]
|
||||
+ranger
|
||||
+icons)
|
||||
;; electric ; smarter, keyword-based electric-indent
|
||||
(ibuffer +icons) ; interactive buffer management
|
||||
(undo +tree) ; persistent, smarter undo for your inevitable mistakes
|
||||
vc ; version-control and Emacs, sitting in a tree
|
||||
|
||||
:term
|
||||
|
@ -79,7 +77,10 @@
|
|||
|
||||
:checkers
|
||||
syntax ; tasing you for every semicolon you forget
|
||||
(spell +flyspell +aspell +everywhere) ; tasing you for misspelling mispelling
|
||||
(spell
|
||||
+flyspell
|
||||
+aspell
|
||||
+everywhere)
|
||||
;;grammar ; tasing grammar mistake every you make
|
||||
|
||||
:tools
|
||||
|
@ -146,7 +147,7 @@
|
|||
nim ; python + lisp at the speed of c
|
||||
nix ; I hereby declare "nix geht mehr!"
|
||||
;;ocaml ; an objective camel
|
||||
(org ;; organize your plain life in plain text
|
||||
(org ; organize your plain life in plain text
|
||||
+dragndrop
|
||||
;; +jupyter
|
||||
+pretty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue