forked from Ailrun/yet-another-emacs-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.el
27 lines (23 loc) · 929 Bytes
/
init.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(load "~/.emacs.d/PG/generic/proof-site")
(load-file "~/.emacs.d/yaes/yaes-init.el")
(require 'f)
(defconst init-file-path (f-this-file))
(global-set-key (kbd "C-<f1>")
(lambda ()
(interactive)
(load-file init-file-path)))
(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
(quote
("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "8577da1641ed4bdf255341ca92e3d0e49c9f4d574458f09ce78159690442cade" default)))
'(paradox-github-token t))
(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.
)