blob: 9927994e8b93f8e9dffa26067a42fa391d10d9c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
(org-babel-load-file (expand-file-name "~/.config/emacs/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.
'(package-selected-packages
'(transpose-frame company-irony ag yasnippet-snippets yasnipets-snipets yasnippet flycheck ccls swiper smex ido-vertical-mode which-key lsp-pyright emmet-mode lsp-mode company magit projectile org-bullets key-chord evil-collection evil diminish all-the-icons doom-modeline dashboard afternoon-theme use-package))
'(safe-local-variable-values
'((eval setq flycheck-clang-include-path
(list
(expand-file-name "~/code/kool/C/brfk/inc")))
(eval setq flycheck-clang-include-path
(list
(expand-file-name "~/code/kool/C/projektorinjo/inc"))))))
(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 'narrow-to-region 'disabled nil)
|