Files
doom-config/custom.el
2023-08-09 14:50:07 +02:00

29 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.
'(elcord-editor-icon "emacs_icon")
'(elcord-idle-message "Conquering the Pyu city-states...")
'(elcord-mode t nil (elcord))
'(org-agenda-files '("~/org/tasks.org" "~/todo.org"))
'(package-selected-packages
'(polymode fish-mode solidity-mode yaml-mode bison-mode graphql-mode arduino-mode gdscript-mode speed-type ivy-posframe lsp-haskell treemacs key-chord))
'(warning-suppress-log-types
'((lsp-completion-mode-hook)
(lsp-completion-mode-hook)
(lsp-on-idle-hook)
(lsp-on-idle-hook)))
'(warning-suppress-types
'((lsp-completion-mode-hook)
(lsp-on-idle-hook)
(lsp-on-idle-hook))))
(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.
)
(put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil)