fixed the var stuff I think

This commit is contained in:
Chris Cochrun 2022-02-25 16:19:56 -06:00
parent a4a20dae7e
commit 940d93d262
2 changed files with 15 additions and 12 deletions

View file

@ -1,12 +0,0 @@
(use-package qml-mode
:mode ("\\.qml\\'" . qml-mode)
:config
(setq company-idle-delay 0.1))
(use-package company-qml
:after qml-mode
:config
(add-to-list 'company-backends 'company-qml))
(use-package qt-pro-mode
:after qml-mode)

15
init.el
View file

@ -1775,3 +1775,18 @@ interfere with the default `bongo-playlist-buffer'."
gcmh-verbose nil)) gcmh-verbose nil))
(setq warning-suppress-types '((comp))) (setq warning-suppress-types '((comp)))
(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.
'(pdf-misc-print-program "/usr/bin/lpr" t)
'(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot") t)
'(safe-local-variable-values
'((eval org-odt-styles-file "/home/chris/org/tfcexpenses2020.odt"))))
(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.
)