mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
8575e2e376
commit
9b7e06023d
4 changed files with 13 additions and 3 deletions
|
|
@ -148,7 +148,7 @@
|
|||
(latex +latexmk +cdlatex +lsp) ; writing papers in Emacs has never been so fun
|
||||
;;lean ; for folks with too much to prove
|
||||
;;ledger ; be audit you can be
|
||||
;lua ; one-based indices? one-based indices
|
||||
;lua ; one-based indices? one-based indices
|
||||
markdown ; writing docs for people to ignore
|
||||
;;nim ; python + lisp at the speed of c
|
||||
;;nix ; I hereby declare "nix geht mehr!"
|
||||
|
|
@ -197,7 +197,10 @@
|
|||
|
||||
:config
|
||||
;;literate
|
||||
(default +bindings +smartparens))
|
||||
(default +bindings +smartparens)
|
||||
:personal
|
||||
telega
|
||||
)
|
||||
|
||||
(setq custom-file (expand-file-name ".custom.el" doom-user-dir))
|
||||
(load custom-file t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue