mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
my/byte-recompile: force compilation
This commit is contained in:
@ -48,9 +48,9 @@
|
|||||||
(defun my/byte-recompile ()
|
(defun my/byte-recompile ()
|
||||||
"Byte compile init.el, ~/.emacs.d/init/* and ~/.emacs.d/elisp/*"
|
"Byte compile init.el, ~/.emacs.d/init/* and ~/.emacs.d/elisp/*"
|
||||||
(interactive)
|
(interactive)
|
||||||
(byte-recompile-file (expand-file-name "init.el" my/dir))
|
(byte-recompile-file (expand-file-name "init.el" my/dir) t)
|
||||||
(byte-recompile-directory my/init-dir 0)
|
(byte-recompile-directory my/init-dir 0 t)
|
||||||
(byte-recompile-directory my/elisp-dir 0))
|
(byte-recompile-directory my/elisp-dir 0 t))
|
||||||
|
|
||||||
(defun my/notes()
|
(defun my/notes()
|
||||||
"Load up my notes folder in dropbox"
|
"Load up my notes folder in dropbox"
|
||||||
|
Reference in New Issue
Block a user