2013-07-08 01:15:05 +02:00
|
|
|
(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.
|
2013-08-19 00:46:15 +02:00
|
|
|
'(ac-auto-show-menu 0.8)
|
|
|
|
'(ac-delay 0.2)
|
2018-02-04 13:43:06 +01:00
|
|
|
'(avy-background t)
|
2017-11-20 17:36:24 +01:00
|
|
|
'(cargo-process--enable-rust-backtrace 1)
|
2019-12-14 14:23:20 +01:00
|
|
|
'(company-auto-complete (quote (quote company-explicit-action-p)))
|
|
|
|
'(company-idle-delay 0.5)
|
2015-05-03 18:22:58 +02:00
|
|
|
'(custom-safe-themes
|
|
|
|
(quote
|
2018-03-17 22:06:52 +01:00
|
|
|
("d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "89336ca71dae5068c165d932418a368a394848c3b8881b2f96807405d8c6b5b6" default)))
|
2019-12-14 14:23:20 +01:00
|
|
|
'(display-time-default-load-average nil)
|
|
|
|
'(display-time-interval 30)
|
2018-01-04 09:30:08 +01:00
|
|
|
'(elnode-send-file-program "/run/current-system/sw/bin/cat")
|
2013-09-16 13:58:44 +02:00
|
|
|
'(frame-brackground-mode (quote dark))
|
2013-08-19 00:46:15 +02:00
|
|
|
'(global-auto-complete-mode t)
|
2017-11-22 23:54:38 +01:00
|
|
|
'(kubernetes-commands-display-buffer-function (quote display-buffer))
|
2019-12-14 14:23:20 +01:00
|
|
|
'(lsp-gopls-server-path "/home/tazjin/go/bin/gopls")
|
2014-10-21 19:11:09 +02:00
|
|
|
'(magit-log-show-gpg-status t)
|
2013-07-08 01:15:05 +02:00
|
|
|
'(ns-alternate-modifier (quote none))
|
2015-12-14 00:04:29 +01:00
|
|
|
'(ns-command-modifier (quote control))
|
|
|
|
'(ns-right-command-modifier (quote meta))
|
2019-12-14 14:23:20 +01:00
|
|
|
'(require-final-newline (quote visit-save))
|
|
|
|
'(tls-program (quote ("gnutls-cli --x509cafile %t -p %p %h"))))
|