mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-16 20:18:39 -04:00
Emacsg: Initialize borg at compile-time too
Without this `auto-compile-on-load-save' would file to re-compiling a modified "init.el", which can be observed using "touch init.el; emacs".
This commit is contained in:
parent
6e4701fdb0
commit
70c1e2f11f
4
init.el
4
init.el
@ -24,9 +24,9 @@
|
|||||||
(tool-bar-mode 0))
|
(tool-bar-mode 0))
|
||||||
(menu-bar-mode 0))
|
(menu-bar-mode 0))
|
||||||
|
|
||||||
(progn ; `borg'
|
(eval-and-compile ; `borg'
|
||||||
(add-to-list 'load-path (expand-file-name "lib/borg" user-emacs-directory))
|
(add-to-list 'load-path (expand-file-name "lib/borg" user-emacs-directory))
|
||||||
(require 'borg)
|
(require 'borg)
|
||||||
(borg-initialize))
|
(borg-initialize))
|
||||||
|
|
||||||
(progn ; `use-package'
|
(progn ; `use-package'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user