Add nim and Doom Emacs config
parent
10280d1571
commit
4a370c2d61
|
@ -66,6 +66,8 @@
|
||||||
;; :config
|
;; :config
|
||||||
;; (add-hook 'redacted-mode-hook (lambda () (read-only-mode (if redacted-mode 1 -1)))))
|
;; (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
|
(use-package! subed
|
||||||
:config
|
:config
|
||||||
;; This assures evil does not conflict with subed keybinds.
|
;; This assures evil does not conflict with subed keybinds.
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
;;ledger ; be audit you can be
|
;;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
|
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!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
org ; organize your plain life in plain text
|
org ; organize your plain life in plain text
|
||||||
|
|
|
@ -33,6 +33,9 @@ fi
|
||||||
# rust
|
# rust
|
||||||
[ -f $HOME/.cargo/env ] && source $HOME/.cargo/env
|
[ -f $HOME/.cargo/env ] && source $HOME/.cargo/env
|
||||||
|
|
||||||
|
# nim
|
||||||
|
export PATH=$HOME/.nimble/bin:$PATH
|
||||||
|
|
||||||
# Preferences
|
# Preferences
|
||||||
export CALIBRE_USE_SYSTEM_THEME=0
|
export CALIBRE_USE_SYSTEM_THEME=0
|
||||||
export CALIBRE_USE_DARK_PALETTE=1
|
export CALIBRE_USE_DARK_PALETTE=1
|
||||||
|
|
Loading…
Reference in New Issue