fixed the var stuff I think
This commit is contained in:
parent
a4a20dae7e
commit
940d93d262
12
README.el
12
README.el
|
@ -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
15
init.el
|
@ -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.
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue