tweak(doom): miscellaneous updates to init.el/config.el

This commit is contained in:
Infinidoge 2022-03-21 00:57:18 -04:00
parent 930f7a0b86
commit 7ae02785b2
2 changed files with 69 additions and 67 deletions

View file

@ -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 ()

View file

@ -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
@ -58,17 +55,18 @@
;;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