468 current 2025-07-05 16:16:07 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-07-05 16:16:45 -04:00
parent aed1f22369
commit e6f909b4ce
5 changed files with 55 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
;;; init.el -*- lexical-binding: t; -*-
(setq doom-leader-key "," ;; global leader
(setq doom-leader-key "SPC" ;; global leader
doom-localleader-key ",") ;; local-leader
(setq x-super-keysym 'meta
@@ -27,8 +27,8 @@
;;layout ; auie,ctsrnm is the superior home row
:completion
;;company ; the ultimate code completion backend
(corfu +orderless) ; complete with cap(f), cape and a flying feather!
(company +childframe) ; the ultimate code completion backend
;; (corfu +orderless) ; complete with cap(f), cape and a flying feather!
;;helm ; the *other* search engine for love and life
;;ido ; the other *other* search engine...
;;ivy ; a search engine for love and life
@@ -119,12 +119,12 @@
;;tty ; improve the terminal Emacs experience
:lang
;;agda ; types of types of types of types...
(agda +lsp) ; types of types of types of types...
;;beancount ; mind the GAAP
;;(cc +lsp) ; C > C++ == 1
;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
(coq +lsp) ; proofs-as-programs
;;crystal ; ruby at the speed of c
;;csharp ; unity, .NET, and mono shenanigans
;;data ; config/data formats
@@ -139,7 +139,7 @@
;;faust ; dsp, but you get to keep your soul
;;fortran ; in FORTRAN, GOD is REAL (unless declared INTEGER)
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
(fstar +lsp) ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
;;(graphql +lsp) ; Give queries a REST
@@ -152,8 +152,8 @@
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script)
;;latex ; writing papers in Emacs has never been so fun
;;lean ; for folks with too much to prove
latex ; writing papers in Emacs has never been so fun
(lean +lsp) ; for folks with too much to prove
;;ledger ; be audit you can be
;;lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
@@ -199,3 +199,6 @@
:config
;;literate
(default +bindings +smartparens))
(add-to-list 'auto-mode-alist '("\\.v\\'" . coq-mode))