88b3f367e9
There's no longer an Egyptian fireball in the sky, so I can go back to normal. Change-Id: I6fdcd12f3d3e62c367115f3712cc0fd36eeff78d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3568 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
25 lines
1.1 KiB
EmacsLisp
25 lines
1.1 KiB
EmacsLisp
(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.
|
|
'(ac-auto-show-menu 0.8)
|
|
'(ac-delay 0.2)
|
|
'(avy-background t)
|
|
'(cargo-process--enable-rust-backtrace 1)
|
|
'(company-auto-complete (quote (quote company-explicit-action-p)))
|
|
'(company-idle-delay 0.5)
|
|
'(custom-enabled-themes (quote (gruber-darker)))
|
|
'(display-time-default-load-average nil)
|
|
'(display-time-interval 30)
|
|
'(elnode-send-file-program "/run/current-system/sw/bin/cat")
|
|
'(frame-brackground-mode (quote dark))
|
|
'(global-auto-complete-mode t)
|
|
'(kubernetes-commands-display-buffer-function (quote display-buffer))
|
|
'(lsp-gopls-server-path "/home/tazjin/go/bin/gopls")
|
|
'(magit-log-show-gpg-status t)
|
|
'(ns-alternate-modifier (quote none))
|
|
'(ns-command-modifier (quote control))
|
|
'(ns-right-command-modifier (quote meta))
|
|
'(require-final-newline (quote visit-save))
|
|
'(tls-program (quote ("gnutls-cli --x509cafile %t -p %p %h"))))
|