~ruther/nixos-config

ref: 6904cf1761334d033556f106c82d79b48e6657f4 nixos-config/home/modules/profiles/development/emacs/doom.d/custom.el -rw-r--r-- 1.0 KiB
6904cf17 — Frantisek Bohacek refactor: modularize the configuration 1 year, 1 day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(lsp-vhdl-server 'vhdl-ls)
 '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
 '(package-selected-packages '(matlab-mode tree-sitter))
 '(request-backend 'url-retrieve)
 '(safe-local-variable-values
   '((rustic-cargo-run-arguments . "--release")
     (rustic-cargo-build-arguments . "--release")
     (rustic-cargo-build-arguments . "--features stm32f103 --features medium --features rt")))
 '(treesit-font-lock-level 4)
 '(vhdl-clock-edge-condition 'function)
 '(vhdl-modify-date-on-saving nil)
 '(vhdl-reset-kind 'sync))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 )
Do not follow this link