~ruther/nixos-config

ref: 5b1602c8f5563556f28c67d066d1aee7b46e55e7 nixos-config/modules/editors/emacs/doom.d/custom.el -rw-r--r-- 1.0 KiB
5b1602c8 — Frantisek Bohacek chore: update 1 year, 3 days 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