|
@@ -1,3 +1,5 @@
|
|
|
|
+;;; ../../.dotfiles/emacs/.config/doom/init.el -*- lexical-binding: t; -*-
|
|
|
|
+
|
|
;;; init.el -*- lexical-binding: t; -*-
|
|
;;; init.el -*- lexical-binding: t; -*-
|
|
|
|
|
|
;; This file controls what Doom modules are enabled and what order they load
|
|
;; This file controls what Doom modules are enabled and what order they load
|
|
@@ -15,12 +17,20 @@
|
|
;; directory (for easy access to its source code).
|
|
;; directory (for easy access to its source code).
|
|
|
|
|
|
(doom! :input
|
|
(doom! :input
|
|
|
|
+ ;;bidi ; (tfel ot) thgir etirw uoy gnipleh
|
|
|
|
+ ;;chinese
|
|
|
|
+ ;;japanese
|
|
|
|
+ ;;layout ; auie,ctsrnm is the superior home row
|
|
|
|
|
|
:completion
|
|
:completion
|
|
company ; the ultimate code completion backend
|
|
company ; the ultimate code completion backend
|
|
- (vertico +icons) ; the search engine of the future
|
|
|
|
|
|
+ ;;helm ; the *other* search engine for love and life
|
|
|
|
+ ;;ido ; the other *other* search engine...
|
|
|
|
+ ;;ivy ; a search engine for love and life
|
|
|
|
+ (vertico +icons) ; the search engine of the future
|
|
|
|
|
|
:ui
|
|
:ui
|
|
|
|
+ ;;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
|
|
@@ -31,8 +41,8 @@
|
|
ligatures ; ligatures and symbols to make your code pretty again
|
|
ligatures ; ligatures and symbols to make your code pretty again
|
|
;;minimap ; show a map of the code on the side
|
|
;;minimap ; show a map of the code on the side
|
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
|
- nav-flash ; blink cursor line after big motions
|
|
|
|
- neotree ; a project drawer, like NERDTree for vim
|
|
|
|
|
|
+ ;;nav-flash ; blink cursor line after big motions
|
|
|
|
+ ;;neotree ; a project drawer, like NERDTree for vim
|
|
ophints ; highlight the region an operation acts on
|
|
ophints ; highlight the region an operation acts on
|
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
|
;;tabs ; a tab bar for Emacs
|
|
;;tabs ; a tab bar for Emacs
|
|
@@ -61,7 +71,7 @@
|
|
:emacs
|
|
:emacs
|
|
dired ; making dired pretty [functional]
|
|
dired ; making dired pretty [functional]
|
|
electric ; smarter, keyword-based electric-indent
|
|
electric ; smarter, keyword-based electric-indent
|
|
- ibuffer ; interactive buffer management
|
|
|
|
|
|
+ ;;ibuffer ; interactive buffer management
|
|
undo ; persistent, smarter undo for your inevitable mistakes
|
|
undo ; persistent, smarter undo for your inevitable mistakes
|
|
vc ; version-control and Emacs, sitting in a tree
|
|
vc ; version-control and Emacs, sitting in a tree
|
|
|
|
|
|
@@ -84,9 +94,9 @@
|
|
direnv
|
|
direnv
|
|
docker
|
|
docker
|
|
editorconfig ; let someone else argue about tabs vs spaces
|
|
editorconfig ; let someone else argue about tabs vs spaces
|
|
- ;;ein ; tame Jupyter notebooks with emacs
|
|
|
|
|
|
+ ein ; tame Jupyter notebooks with emacs
|
|
(eval +overlay) ; run code, run (also, repls)
|
|
(eval +overlay) ; run code, run (also, repls)
|
|
- gist ; interacting with github gists
|
|
|
|
|
|
+ ;;gist ; interacting with github gists
|
|
lookup ; navigate your code and its documentation
|
|
lookup ; navigate your code and its documentation
|
|
lsp ; M-x vscode
|
|
lsp ; M-x vscode
|
|
magit ; a git porcelain for Emacs
|
|
magit ; a git porcelain for Emacs
|
|
@@ -103,11 +113,11 @@
|
|
|
|
|
|
:os
|
|
:os
|
|
(:if IS-MAC macos) ; improve compatibility with macOS
|
|
(:if IS-MAC macos) ; improve compatibility with macOS
|
|
- ;;tty ; improve the terminal Emacs experience
|
|
|
|
|
|
+ tty ; improve the terminal Emacs experience
|
|
|
|
|
|
:lang
|
|
:lang
|
|
;;agda ; types of types of types of types...
|
|
;;agda ; types of types of types of types...
|
|
- ;;beancount ; mind the GAAP
|
|
|
|
|
|
+ beancount ; mind the GAAP
|
|
;;(cc +lsp) ; C > C++ == 1
|
|
;;(cc +lsp) ; C > C++ == 1
|
|
;;clojure ; java with a lisp
|
|
;;clojure ; java with a lisp
|
|
;;common-lisp ; if you've seen one lisp, you've seen them all
|
|
;;common-lisp ; if you've seen one lisp, you've seen them all
|
|
@@ -135,7 +145,7 @@
|
|
;;idris ; a language you can depend on
|
|
;;idris ; a language you can depend on
|
|
json ; At least it ain't XML
|
|
json ; At least it ain't XML
|
|
;;(java +lsp) ; the poster child for carpal tunnel syndrome
|
|
;;(java +lsp) ; the poster child for carpal tunnel syndrome
|
|
- (javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
|
|
|
|
|
|
+ (javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
|
|
;;julia ; a better, faster MATLAB
|
|
;;julia ; a better, faster MATLAB
|
|
;;kotlin ; a better, slicker Java(Script)
|
|
;;kotlin ; a better, slicker Java(Script)
|
|
;;latex ; writing papers in Emacs has never been so fun
|
|
;;latex ; writing papers in Emacs has never been so fun
|
|
@@ -160,7 +170,7 @@
|
|
;;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 +lsp) ; 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
|
|
@@ -175,8 +185,8 @@
|
|
;;solidity ; do you need a blockchain? No.
|
|
;;solidity ; do you need a blockchain? No.
|
|
;;swift ; who asked for emoji variables?
|
|
;;swift ; who asked for emoji variables?
|
|
;;terra ; Earth and Moon in alignment for performance.
|
|
;;terra ; Earth and Moon in alignment for performance.
|
|
- ;;web ; the tubes
|
|
|
|
- ;;yaml ; JSON, but readable
|
|
|
|
|
|
+ (web +lsp) ; the tubes
|
|
|
|
+ yaml ; JSON, but readable
|
|
;;zig ; C, but simpler
|
|
;;zig ; C, but simpler
|
|
|
|
|
|
:email
|
|
:email
|
|
@@ -195,4 +205,3 @@
|
|
:config
|
|
:config
|
|
;;literate
|
|
;;literate
|
|
(default +bindings +smartparens))
|
|
(default +bindings +smartparens))
|
|
-
|
|
|