init.el 2.6 KB

12345678910111213141516171819
  1. (load-file (concat user-emacs-directory "config.el"))
  2. (custom-set-variables
  3. ;; custom-set-variables was added by Custom.
  4. ;; If you edit it by hand, you could mess it up, so be careful.
  5. ;; Your init file should contain only one such instance.
  6. ;; If there is more than one, they won't work right.
  7. '(custom-safe-themes
  8. (quote
  9. ("6b2636879127bf6124ce541b1b2824800afc49c6ccd65439d6eb987dbf200c36" "86704574d397606ee1433af037c46611fb0a2787e8b6fd1d6c96361575be72d2" "43c808b039893c885bdeec885b4f7572141bd9392da7f0bd8d8346e02b2ec8da" "34dc2267328600f3065630e161a8ae59939700684c232073cdd5afbf78456670" "bee55ba5e878d0584db9b2fb33f75c348a3008fcfe8e05ab8cae897ca604fd95" "8f5b54bf6a36fe1c138219960dd324aad8ab1f62f543bed73ef5ad60956e36ae" "39dd7106e6387e0c45dfce8ed44351078f6acd29a345d8b22e7b8e54ac25bac4" "9e31aff9afe3c20a33dd966b4c54c6a5151f07659362e4b06bde38ded5370dae" "a24c5b3c12d147da6cef80938dca1223b7c7f70f2f382b26308eba014dc4833a" "a8c210aa94c4eae642a34aaf1c5c0552855dfca2153fa6dd23f3031ce19453d4" "ef07cb337554ffebfccff8052827c4a9d55dc2d0bc7f08804470451385d41c5c" "562c2a97808ab67d71c02d50f951231e4a6505f4014a01d82f8d88f5008bbe88" "030346c2470ddfdaca479610c56a9c2aa3e93d5de3a9696f335fd46417d8d3e4" "fa477d10f10aa808a2d8165a4f7e6cee1ab7f902b6853fbee911a9e27cf346bc" "f07729f5245b3c8b3c9bd1780cbe6f3028a9e1ed45cad7a15dd1a7323492b717" "886fe9a7e4f5194f1c9b1438955a9776ff849f9e2f2bbb4fa7ed8879cdca0631" "a9d67f7c030b3fa6e58e4580438759942185951e9438dd45f2c668c8d7ab2caf" "0f1733ad53138ddd381267b4033bcb07f5e75cd7f22089c7e650f1bb28fc67f4" "51043b04c31d7a62ae10466da95a37725638310a38c471cc2e9772891146ee52" "9f08dacc5b23d5eaec9cccb6b3d342bd4fdb05faf144bdcd9c4b5859ac173538" "1068ae7acf99967cc322831589497fee6fb430490147ca12ca7dd3e38d9b552a" default)))
  10. '(package-selected-packages
  11. (quote
  12. (xresources-theme elmacro helm git-gutter-fringe git-gutter rainbow-blocks peep-dired emms almost-mono-themes monochrome-theme immaterial-theme material-theme rainbow-delimiters 0blayout expand-region zerodark-theme undo-tree solaire-mode all-the-icons-dired-mode all-the-icons-dired doom-modeline popup-kill-ring kill-ring-search browse-kill-ring automargin highlight-parentheses aggressive-indent company-c-headers company-lua lua-mode god-mode hydra eww-lnum beacon exwm magit speed-type multiple-cursors doom-themes company-irony-c-headers company-irony comapny-irony irony projectile centered-cursor-mode company swiper which-key general))))
  13. (custom-set-faces
  14. ;; custom-set-faces was added by Custom.
  15. ;; If you edit it by hand, you could mess it up, so be careful.
  16. ;; Your init file should contain only one such instance.
  17. ;; If there is more than one, they won't work right.
  18. )