my/byte-recompile: force compilation

This commit is contained in:
Henrik Lissner 2014-08-13 00:32:27 -04:00
parent 99eaefc544
commit 29209d74e9

View file

@ -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"