Add nim and Doom Emacs config

main
earnest ma 2023-01-02 10:58:25 -05:00
parent 10280d1571
commit 4a370c2d61
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
3 changed files with 6 additions and 1 deletions

View File

@ -66,6 +66,8 @@
;; :config
;; (add-hook 'redacted-mode-hook (lambda () (read-only-mode (if redacted-mode 1 -1)))))
(add-hook 'nim-mode-local-vars-hook #'lsp!)
(use-package! subed
:config
;; This assures evil does not conflict with subed keybinds.

View File

@ -150,7 +150,7 @@
;;ledger ; be audit you can be
;;lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
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

View File

@ -33,6 +33,9 @@ fi
# rust
[ -f $HOME/.cargo/env ] && source $HOME/.cargo/env
# nim
export PATH=$HOME/.nimble/bin:$PATH
# Preferences
export CALIBRE_USE_SYSTEM_THEME=0
export CALIBRE_USE_DARK_PALETTE=1