diff --git a/README.el b/README.el deleted file mode 100644 index ced2ebf7..00000000 --- a/README.el +++ /dev/null @@ -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) diff --git a/init.el b/init.el index 34af4fa3..b5f8ca5f 100644 --- a/init.el +++ b/init.el @@ -1775,3 +1775,18 @@ interfere with the default `bongo-playlist-buffer'." gcmh-verbose nil)) (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. + )