mirror of https://github.com/E-Almqvist/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
2 years ago
|
(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.
|
||
2 years ago
|
'(custom-safe-themes
|
||
|
'("2dd4951e967990396142ec54d376cced3f135810b2b69920e77103e0bcedfba9" default))
|
||
2 years ago
|
'(elcord-display-buffer-details nil)
|
||
|
'(elcord-display-elapsed t)
|
||
|
'(elcord-display-line-numbers nil)
|
||
|
'(elcord-editor-icon "emacs_material_icon")
|
||
|
'(elcord-icon-base
|
||
|
"https://raw.githubusercontent.com/Mstrodl/elcord/master/icons/")
|
||
|
'(elcord-idle-message "Thinking...")
|
||
|
'(elcord-mode t nil (elcord))
|
||
|
'(elcord-quiet t)
|
||
2 years ago
|
'(package-selected-packages
|
||
2 years ago
|
'(elcord quelpa eldoc-cmake cpputils-cmake))
|
||
2 years ago
|
'(warning-suppress-types '((initialization) (defvaralias))))
|
||
2 years ago
|
(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.
|
||
|
)
|
||
2 years ago
|
(put 'customize-group 'disabled nil)
|