emacs config
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.

31 lines
1.8 KiB

3 years ago
;; (set-language-environment "UTF-8")
(require 'package)
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
(package-initialize)
(package-refresh-contents)
(unless (package-installed-p 'use-package)
(package-install 'use-package))
(eval-when-compile
(require 'use-package))
(org-babel-load-file "~/.emacs.d/config.org")
(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.
'(custom-safe-themes
'("96201b8532532739fcf623e42f68b6781e163e2d0ecf96f35dbd8e302f61feba" "aad1dca5dbddebdfa9dc61fc235b2f493bae579537aeb5f130f3090bc130c72a" "de5b86c7dbfba97eac7aa953d979813a5aa47cbedef7b36a8ad811752a1cb210" "670c1879ab04f25b74ec01c86afc5e5d7b27c9dc3afe1edeb21313d644cf06a4" "ddc5cf37ff29bf76a0d216f1b079117160e0b4468e8b6078d0452635b6c4242d" "98bcd4d6d683825066cb0d776792c64b2714fdb44068a7f0b7e4827b7315d906" "7b065246e1926b9c3c13e260b66b42ea00e95e105a9964cd7cdc5661c4d1ce86" "1a021c69ca5febc0b4f66bb7ed5b39604f56b5a029f780464a27c599bf207a95" "b000a9b3213d487a1b203b4855aac87028775321ae9e2e7bd5e6015b336056b3" "fa54da0e1fda49469a4e798ad5e08a8ed01ee95ba52e2d32e0ab8ccb79a18bbd" "4fd975b86b104450e0bbfa891bf2dcaff0c0087a6f5302c15bb40ba2d6251127" "05ff84c3c315b1d86c9f71d6823981e8cb7088862c85b8c558ab324279b42fdd" default))
'(package-selected-packages
'(company-glsl emojify evil-collection evil-magit magit org-tree-slide elpher paredit flycheck which-key use-package rainbow-delimiters key-chord evil-commentary company)))
(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.
)